From 849c28764a6873e7da7603184101b49683f63a87 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 22 Apr 2020 13:35:59 +0200 Subject: Fix for NixOS 20.03 deprecations --- system/settings/services/xserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings/services') 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; -- cgit 1.4.1