From 509d173c1ba63b1e42fd54e59d7fe944f244010f Mon Sep 17 00:00:00 2001 From: Peritia Date: Wed, 10 Sep 2025 13:23:50 +0200 Subject: [PATCH] chore: `programs.zsh.initExtra` is deprecated, use `programs.zsh.initContent` --- Modules/Home/Shell/zsh/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Home/Shell/zsh/zsh.nix b/Modules/Home/Shell/zsh/zsh.nix index 8db8f98..aaae151 100644 --- a/Modules/Home/Shell/zsh/zsh.nix +++ b/Modules/Home/Shell/zsh/zsh.nix @@ -33,7 +33,7 @@ in } ]; - initExtra = '' + initContent = '' hyfetch alias ls='lsd'