From cf349f45541303c870a6cc835f1db5c73431693a Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 28 Oct 2023 11:21:02 +0200 Subject: [PATCH] Use Xkb config for console :) --- nixos/graphical.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 8852a783..1cc3660b 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -26,6 +26,8 @@ }; }; + console.useXkbConfig = true; + # Enable sound. sound.enable = true; hardware.pulseaudio.enable = true;