Apps: Replace nixd with nil
This commit is contained in:
parent
053fdff41f
commit
5394097670
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue