From 4dbcfeb38476475d6c18e0744e7245ac68729e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 27 Apr 2024 00:45:32 +0200 Subject: [PATCH] test --- hosts/common/services.nix | 1 + 1 file changed, 1 insertion(+) 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";