about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-03 22:38:55 +0100
committerSoispha <soispha@vhack.eu>2024-01-03 22:38:55 +0100
commit36f0084457f50dddf85f5dccf6cf0b99c0251001 (patch)
tree689f0873edbcd923a97744289116ba2a0ab11083 /hm
parentfix(hm/pkgs/scr/ytc): Set output separator not to '"' but ';' (diff)
downloadnixos-config-36f0084457f50dddf85f5dccf6cf0b99c0251001.tar.gz
nixos-config-36f0084457f50dddf85f5dccf6cf0b99c0251001.zip
refactor(hm/pkgs/scr/neorg): Add subdir for specific script groups
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/pkgs/scripts.nix4
-rwxr-xr-xhm/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-xhm/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