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 5394097670
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,6 @@
"direnv.path.executable": "/run/current-system/sw/bin/direnv",
"direnv.restart.automatic": true,
"nix.enableLanguageServer": true,
"nix.serverPath": "/run/current-system/sw/bin/nixd",
"nix.serverPath": "/run/current-system/sw/bin/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nix fmt",
}
}

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 = {