diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 618f2bd..4024aa7 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -6,7 +6,7 @@ package = pkgs.zsh; enableCompletion = true; autocd = true; - initExtra = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; + initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; autosuggestion = { enable = true;