From 2f92a600ea74c90cdb7598a11b4a231f79c427d9 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Wed, 19 Mar 2025 21:38:30 +0100 Subject: [PATCH] 42 current 2025-03-19 21:38:28 25.05.20250315.c80f6a7 6.12.19 * --- modules/home-manager/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 6076929..0d8b583 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -17,5 +17,9 @@ ]; }; syntaxHighlighting.enable = true; + initExtra = '' + # Run fastfetch on startup + fastfetch + ''; }; }