fix(xkb, displayManager): qwerty throws error -> comment out, move DM

This commit is contained in:
madmin 2024-07-20 10:37:29 +02:00
parent 3efed14398
commit 1c2ef8685a
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
{
services.xserver = {
# Enable the X11 windowing system
enable = true;
# Enable the X11 windowing system
enable = true;
# Enable Keymap
xkb = {
layout = "us";
variant = "qwerty";
# model = "thinkpad";
# Enable Keymap
xkb = {
layout = "us";
# variant = "qwerty";
# model = "thinkpad";
};
# KDE X
};
# KDE X
displayManager.sddm.enable = true;
};
}