From 49ae0d0f701b88828f475f3c53c29f78372f6cb3 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 11 Jul 2025 10:33:18 +0200 Subject: [PATCH] fixed path --- nyx-cleanup.nix | 2 +- nyx-rebuild.nix | 2 +- nyx-tool.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 = [