diff --git a/hosts/rigel/home.nix b/hosts/rigel/home.nix index 1b8181a..5f2b98c 100644 --- a/hosts/rigel/home.nix +++ b/hosts/rigel/home.nix @@ -17,6 +17,9 @@ }; syntaxHighlighting.enable = true; autosuggestion.enable = true; + initExtra = '' + fastfetch + ''; }; }; @@ -24,6 +27,7 @@ neovim busybox lsd + fastfetch ]; home.stateVersion = "24.05";