summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services')
-rw-r--r--system/settings/services/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 8c35da95..cddf5734 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -7,7 +7,7 @@ with lib;
     exportConfiguration = true;
   };
 
-  i18n.consoleUseXkbConfig = true;
+  console.useXkbConfig = true;
 
   xdg.sounds.enable = false;