summaryrefslogtreecommitdiff
path: root/common/common.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common.nix b/common/common.nix
index 51eb334..02fec64 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -32,8 +32,8 @@
# we don't actually use the x server, but the console / tty keyboard
# settings will be derived from this
- services.xserver.layout = "de";
- services.xserver.xkbOptions = "caps:escape";
+ services.xserver.xkb.layout = "de";
+ services.xserver.xkb.options = "caps:escape";
documentation = {
dev.enable = true;