diff --git a/hosts/common/services.nix b/hosts/common/services.nix index bf76a46..a464ff6 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -11,6 +11,7 @@ users.defaultUserShell = pkgs.zsh; programs.zsh.enable = true; + # Configure console keymap console.keyMap = "pl2";