summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
authorAlan Pearce2020-04-22 13:35:59 +0200
committerAlan Pearce2020-04-22 13:35:59 +0200
commit849c28764a6873e7da7603184101b49683f63a87 (patch)
tree2d7df6000ad6b42c4fab11fefa0fbd960eeb7e31 /system/settings/services
parentc16f93fb5191de796835b3c1b5ae810ecf93a414 (diff)
downloadnixfiles-849c28764a6873e7da7603184101b49683f63a87.tar.lz
nixfiles-849c28764a6873e7da7603184101b49683f63a87.tar.zst
nixfiles-849c28764a6873e7da7603184101b49683f63a87.zip
Fix for NixOS 20.03 deprecations
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;