diff --git a/configs/zsh.nix b/configs/zsh.nix index 9eb34d7..4843879 100644 --- a/configs/zsh.nix +++ b/configs/zsh.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - home-manager.users.me.home.file.".zshrc".text = "# nothing to see here"; + home-manager.users.me.home.file.".zshrc".text = "# nothing to see here\n"; programs.zsh = let