diff options
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index b65752a6..a5c7655d 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -48,7 +48,10 @@ neorg-scr = sysLib.writeShellScriptWithLibraryAndKeepPath { name = "neorg"; src = ./scripts/wrappers/neorg; - dependencies = []; + dependencies = with pkgs; [ + cocogitto + git-crypt + ]; replacementStrings = { DEFAULT_NEORG_PROJECT_DIR = config.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces.projects; |