From a2afc6a2058d4254125ce87d52e61191b54f0cba Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 3 May 2025 17:32:28 +0200 Subject: [PATCH] pinwheel: Fix `zsh.initContent` attribute definition --- hosts/pinwheel/modules/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/zsh/default.nix b/hosts/pinwheel/modules/zsh/default.nix index 2a6bd2d..52fdb68 100644 --- a/hosts/pinwheel/modules/zsh/default.nix +++ b/hosts/pinwheel/modules/zsh/default.nix @@ -54,7 +54,7 @@ in } ]; - initExtra = lib.strings.concatStringsSep "\n" [ + initContent = lib.strings.concatStringsSep "\n" [ "export KEYTIMEOUT=1" "bindkey -v '^?' backward-delete-char" "bindkey '^a' beginning-of-line"