From 814e45ad226f450b9589d2f1829960c387a2d8fb Mon Sep 17 00:00:00 2001 From: Updater Date: Wed, 20 Dec 2023 03:47:52 -0500 Subject: [PATCH] fix(console): use xserver settings for kbd stuff --- common/home/packages.nix | 1 + common/modules/locale.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/home/packages.nix b/common/home/packages.nix index 3f22baaa..52f8eba4 100644 --- a/common/home/packages.nix +++ b/common/home/packages.nix @@ -23,5 +23,6 @@ imagemagick usbutils zip + dig.dnsutils ]); } diff --git a/common/modules/locale.nix b/common/modules/locale.nix index 3357ee8b..6db81086 100644 --- a/common/modules/locale.nix +++ b/common/modules/locale.nix @@ -35,7 +35,5 @@ # Select internationalisation properties. i18n.defaultLocale = "en_CA.UTF-8"; - console = { - keyMap = "ca"; - }; + console.useXkbConfig = true; }