diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 0d8b583..9e9e3a5 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -17,7 +17,7 @@ ]; }; syntaxHighlighting.enable = true; - initExtra = '' + initContent = '' # Run fastfetch on startup fastfetch '';