diff options
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 4 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/specific/neorg/neorg (renamed from hm/soispha/pkgs/scripts/wrappers/neorg/neorg) | 0 | ||||
-rw-r--r-- | hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.c (renamed from hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.c) | 0 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.sh (renamed from hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.sh) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index a4cab3d4..76e8cace 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -71,7 +71,7 @@ }; neorg-scr = sysLib.writeShellScriptWithLibraryAndKeepPath { name = "neorg"; - src = ./scripts/wrappers/neorg/neorg; + src = ./scripts/specific/neorg/neorg; dependencies = with pkgs; [ cocogitto git-crypt @@ -89,7 +89,7 @@ ALL_WORKSPACES = "${lib.strings.concatStringsSep "|" (builtins.attrNames config.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces)}"; ID_GENERATION_FUNCTION = "${sysLib.writeShellScriptWithLibrary { name = "neorg_id_function"; - src = ./scripts/wrappers/neorg/neorg_id_function.sh; + src = ./scripts/specific/neorg/neorg_id_function.sh; dependencies = with pkgs; [ taskwarrior gawk diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg b/hm/soispha/pkgs/scripts/specific/neorg/neorg index d1766e62..d1766e62 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg +++ b/hm/soispha/pkgs/scripts/specific/neorg/neorg diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.c b/hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.c index a635b4b0..a635b4b0 100644 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.c +++ b/hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.c diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.sh b/hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.sh index 413a18de..413a18de 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg_id_function.sh +++ b/hm/soispha/pkgs/scripts/specific/neorg/neorg_id_function.sh |