From e1553de0ad51c6d24f72b612170c7ac0b6ce0004 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 26 Feb 2025 22:43:02 +0530 Subject: [PATCH] feat: add fastfetch --- hosts/rigel/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";