From bd3341aac50576771a666b914b226a37dc3a6386 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 9 Jan 2026 22:48:53 +0100 Subject: [PATCH] Fixed a deprecated argument --- 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 618f2bd..4024aa7 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -6,7 +6,7 @@ package = pkgs.zsh; enableCompletion = true; autocd = true; - initExtra = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; + initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; autosuggestion = { enable = true;