aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/des/i3wm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/des/i3wm.nix')
-rw-r--r--modules/nixos/des/i3wm.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixos/des/i3wm.nix b/modules/nixos/des/i3wm.nix
index be5eec5..f26b54a 100644
--- a/modules/nixos/des/i3wm.nix
+++ b/modules/nixos/des/i3wm.nix
@@ -4,5 +4,11 @@
services.xserver = {
enable = true;
windowManager.i3.enable = true;
+
+ # Czech QWERTZ layout (Czech "CZ" layout)
+ xkb = {
+ layout = "cz";
+ options = "eurosign:e,caps:escape";
+ };
};
} \ No newline at end of file