summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index a7e4b52..eded544 100644
--- a/common.nix
+++ b/common.nix
@@ -123,8 +123,9 @@ in
# allow firmware updates
services.fwupd.enable = true;
- # EurKey layout
+ # EurKey layout everywhere
services.xserver.layout = "eu";
+ console.useXkbConfig = true;
# enable the KDE Plasma Desktop Environment
services.xserver.desktopManager.plasma5.enable = true;