From b86a1fff980a384863ecd46d339ff30e82addf63 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 8 Jan 2026 08:39:33 +0100 Subject: [PATCH] Unified the zsh fastfetch logo --- modules/home-manager/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 9d67882..50469ec 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -6,7 +6,7 @@ package = pkgs.zsh; enableCompletion = true; autocd = true; - loginExtra = "fastfetch --logo mac2_small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; + loginExtra = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; autosuggestion = { enable = true;