Reorganise folder structure to remove hidden files After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -28,10 +28,6 @@ git git-lfs zsh-completions ]; - xdg.configFile.zsh = { - recursive = true; - source = ../zsh/.config/zsh; - }; programs.zsh = { enable = true;@@ -253,7 +249,7 @@ } source ${pkgs.fzf}/share/fzf/key-bindings.zsh - '' + builtins.readFile ../zsh/.config/zsh/.zshrc; + '' + builtins.readFile ../zsh/zshrc; }; home.file."${zshrc}".onChange = "${pkgs.zsh}/bin/zsh -i -c 'autoload -Uz compinit && compinit && zcompile ${zshrc}'";