diff --git a/nyx-cleanup.nix b/nyx-cleanup.nix index 56d31b6..51de1cc 100644 --- a/nyx-cleanup.nix +++ b/nyx-cleanup.nix @@ -2,7 +2,7 @@ let cfg = config.modules.nyx-cleanup; - scriptTargetPath = "${cfg.nixDirectory}/Misc/zsh/nyx-cleanup.zsh"; + scriptTargetPath = "${cfg.nixDirectory}/Misc/Nyx-Tools/zsh/nyx-cleanup.zsh"; in { options.modules.nyx-cleanup = { diff --git a/nyx-rebuild.nix b/nyx-rebuild.nix index a701d9e..0f50284 100644 --- a/nyx-rebuild.nix +++ b/nyx-rebuild.nix @@ -2,7 +2,7 @@ let cfg = config.modules.nyx-rebuild; - scriptTargetPath = "${cfg.nixDirectory}/Misc/zsh/nyx-rebuild.zsh"; + scriptTargetPath = "${cfg.nixDirectory}/Misc/Nyx-Tools/zsh/nyx-cleanup.zsh"; in { options.modules.nyx-rebuild = { diff --git a/nyx-tool.nix b/nyx-tool.nix index 32803d2..21a1327 100644 --- a/nyx-tool.nix +++ b/nyx-tool.nix @@ -2,10 +2,10 @@ let cfg = config.modules.nix-tool; - scriptTargetPath = "${cfg.nixDirectory}/Misc/zsh/nyx-rebuild.zsh"; + scriptTargetPath = "${cfg.nixDirectory}/Misc/Nyx-Tools/zsh/nyx-cleanup.zsh"; in { - options.modules.nix-tool.enable = lib.mkEnableOption "Enable nix-tool Zsh function for tool metadata display."; + options.modules.nix-tool.enable = lib.mkEnableOption "Enable nix-tool Zsh function for Banner display."; config = lib.mkIf cfg.enable { home.packages = [