summaryrefslogtreecommitdiff
path: root/modules/nixos/des/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/des/hyprland.nix')
-rw-r--r--modules/nixos/des/hyprland.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixos/des/hyprland.nix b/modules/nixos/des/hyprland.nix
index 12f05ea..7bd77b4 100644
--- a/modules/nixos/des/hyprland.nix
+++ b/modules/nixos/des/hyprland.nix
@@ -21,4 +21,10 @@
qt6.qttools
hyprpolkitagent
];
+
+ # Provide keyboard layout vars for Wayland environments and fallback
+ environment.variables = {
+ XKB_DEFAULT_LAYOUT = "cz";
+ XKB_DEFAULT_OPTIONS = "eurosign:e,caps:escape";
+ };
} \ No newline at end of file