From f281bafb1c8fa379f7f7271dec8a2378432bbc68 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sun, 1 Dec 2024 03:08:02 -0300 Subject: [PATCH 1/2] feat(laptop/hm): add direnv prefix --- specific/laptop/home-manager.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 From ebb01366298f1283eb504446be0f3f79ebabf1dd Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sun, 1 Dec 2024 03:08:16 -0300 Subject: [PATCH 2/2] fix(neovim): remove denols --- modules/home-manager/programs/neovim/lsp.nix | 1 - 1 file changed, 1 deletion(-) 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",