From 9c16918a1fc8822f5ffa5aa736f4b0be9f5d7cdd Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 17:50:16 +0200 Subject: [PATCH] :wrench: Add fastfetch to fish config Signed-off-by: SindreKjelsrud --- hosts/wano/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/wano/home.nix b/hosts/wano/home.nix index ba3ad65..1bf26ed 100644 --- a/hosts/wano/home.nix +++ b/hosts/wano/home.nix @@ -59,7 +59,12 @@ }; # Enable fish - fish.enable = true; + fish = { + enable = true; + interactiveShellInit = '' + fastfetch + ''; + }; # Hyprland stuff wofi.enable = true;