From 53940976700d7fab3190963820b0f9fb2e22fad1 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 22 Nov 2024 12:28:56 -0500 Subject: [PATCH] Apps: Replace nixd with nil --- .vscode/settings.json | 4 ++-- modules/apps/development.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 = {