From 559713f4a1d6f4f7c304a436dd099fd7b457bd25 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Sep 2024 02:08:18 +0200 Subject: [PATCH] feat: fastfetch for flex --- modules/home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 99e385e..071746e 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -13,6 +13,7 @@ update = "sudo nixos-rebuild switch"; clear = "clear && fastfetch"; }; + initExtra = "fastfetch"; history.size = 10000; autosuggestion.enable = true;