diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index 922a886..b43c429 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -276,7 +276,7 @@ EOF"; enable = true; # default shell on catalina # This is a total hack but we don't want the default clobbering it which it does if it's an empty string or null promptInit = "#noop"; - interactiveShellInit = (builtins.readFile ./.zshrc); + interactiveShellInit = (builtins.readFile ./zshrc); }; tmux = { diff --git a/nix/base-system/.zshrc b/nix/base-system/zshrc similarity index 100% rename from nix/base-system/.zshrc rename to nix/base-system/zshrc