From e697fc63e2673451610a209cd0ae5d9533d76ec3 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 17 Nov 2021 14:06:35 +0100 Subject: [PATCH] fixed typo Signed-off-by: Stefan Ellmauthaler --- users/ellmau/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index e4efd13..9a2f87f 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -73,7 +73,7 @@ tmux = { enable = true; clock24 = true; - keymode = "emacs"; + keyMode = "emacs"; shell = "\${pkgs.zsh}/bin/zsh"; }; };