fixed path

This commit is contained in:
user 2025-07-11 10:33:18 +02:00
parent b1d4140a52
commit 49ae0d0f70
3 changed files with 4 additions and 4 deletions

View file

@ -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 = {

View file

@ -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 = {

View file

@ -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 = [