diff options
author | Alan Pearce | 2020-04-22 13:35:59 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-22 13:35:59 +0200 |
commit | 849c28764a6873e7da7603184101b49683f63a87 (patch) | |
tree | 2d7df6000ad6b42c4fab11fefa0fbd960eeb7e31 /system/settings/services | |
parent | c16f93fb5191de796835b3c1b5ae810ecf93a414 (diff) | |
download | nixfiles-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.nix | 2 |
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; |