diff --git a/modules/home-manager/programs/neovim/lsp.nix b/modules/home-manager/programs/neovim/lsp.nix index a3d16f8..0debfd6 100644 --- a/modules/home-manager/programs/neovim/lsp.nix +++ b/modules/home-manager/programs/neovim/lsp.nix @@ -62,7 +62,6 @@ in "cmake", "csharp_ls", "cssls", - "denols", "eslint", "html", "jsonls", diff --git a/specific/laptop/home-manager.nix b/specific/laptop/home-manager.nix index 0acdb6f..7f6ed4a 100644 --- a/specific/laptop/home-manager.nix +++ b/specific/laptop/home-manager.nix @@ -58,6 +58,16 @@ # PACKAGES # # + programs.direnv = { + config = { + whitelist = { + prefix = [ + "/home/wizardlink/Documents/projects" + ]; + }; + }; + }; + home.packages = with pkgs; [ ## Tools # Utilities