diff --git a/hosts/common/home/zsh/default.nix b/hosts/common/home/zsh/default.nix index 0e55b658..01b855ec 100644 --- a/hosts/common/home/zsh/default.nix +++ b/hosts/common/home/zsh/default.nix @@ -36,6 +36,8 @@ lib.mkIf config.sane.home-manager.enable ".cache/gitstatus" ]; + # zsh/prezto complains if zshrc doesn't exist; but it does allow an "empty" file. + sane.fs."/home/colin/.config/zsh/.zshrc" = sane-lib.fs.wantedText "# "; programs.zsh = { enable = true;