fix(sddm): xd move it under services again...

This commit is contained in:
madmin 2024-07-20 10:46:21 +02:00
parent 1783dba965
commit 63eb41df2d
1 changed files with 11 additions and 9 deletions

View File

@ -1,16 +1,18 @@
{
services.xserver = {
# Enable the X11 windowing system
enable = true;
services = {
xserver = {
# 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
displayManager.sddm.enable = true;
displayManager.sddm.enable = true;
};
}