diff --git a/.vscode/settings.json b/.vscode/settings.json index 283b03e..011a2f3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", -} \ No newline at end of file +} diff --git a/modules/apps/development.nix b/modules/apps/development.nix index b6f1427..45f2c05 100644 --- a/modules/apps/development.nix +++ b/modules/apps/development.nix @@ -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 = {