diff --git a/users/simon/modules/default.nix b/users/simon/modules/default.nix index 7799cd3..8aadd4b 100644 --- a/users/simon/modules/default.nix +++ b/users/simon/modules/default.nix @@ -23,6 +23,6 @@ ./youtube-dl.nix ./ytcc.nix ./zathura.nix - ./zsh.nix + ./zsh ]; } diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh/default.nix similarity index 98% rename from users/simon/modules/zsh.nix rename to users/simon/modules/zsh/default.nix index b69ab34..465ed6d 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh/default.nix @@ -84,7 +84,7 @@ in source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh FAST_HIGHLIGHT_STYLES[comment]=fg=010 - source ${../files/zsh/pass-wrappers.zsh} + source ${./pass-wrappers.zsh} '') ]; }; diff --git a/users/simon/files/zsh/pass-wrappers.zsh b/users/simon/modules/zsh/pass-wrappers.zsh similarity index 100% rename from users/simon/files/zsh/pass-wrappers.zsh rename to users/simon/modules/zsh/pass-wrappers.zsh