From 8f964088fc96d17841ac66d55f13d040c6f0cecb Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 5 May 2025 13:18:33 +0200 Subject: [PATCH] Fix deprecated field --- module/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/home-manager.nix b/module/home-manager.nix index 2e10e05..efff2f2 100644 --- a/module/home-manager.nix +++ b/module/home-manager.nix @@ -104,7 +104,7 @@ enable = true; enableCompletion = true; autosuggestion.enable = true; - initExtra = builtins.readFile ../config/zsh/zshrc; + initContent = builtins.readFile ../config/zsh/zshrc; syntaxHighlighting.enable = true; shellAliases = { ls = "ls --color=auto -F";