Fix xkb variables trace warning

This commit is contained in:
Tyler Kelley 2024-02-05 14:25:46 -06:00
parent 22807a7a4c
commit 91f5ff75c6

View File

@ -3,8 +3,10 @@
{
services.xserver = {
enable = true;
layout = "${theKBDLayout}";
xkbVariant = "";
xkb = {
variant = "";
layout = "${theKBDLayout}";
};
libinput.enable = true;
displayManager.sddm = {
enable = true;