1
0
Fork 0

Apps: Replace nixd with nil

This commit is contained in:
Aires 2024-11-22 12:28:56 -05:00
parent 053fdff41f
commit 16ca9d8599

View file

@ -20,6 +20,7 @@ in
(lib.mkIf cfg.enable {
aux.system = {
packages = with pkgs; [
nil # Nix Language server: https://github.com/oxalica/nil
nix-prefetch-scripts
];
ui.flatpak = {