Add sddm
This commit is contained in:
parent
2558bb6fbd
commit
b15eefb46b
|
@ -70,5 +70,10 @@
|
||||||
services.xserver.xkb.layout = machine.config.keyboardLayout;
|
services.xserver.xkb.layout = machine.config.keyboardLayout;
|
||||||
|
|
||||||
i18n.extraLocaleSettings = machine.config.localeSettings;
|
i18n.extraLocaleSettings = machine.config.localeSettings;
|
||||||
|
|
||||||
|
services.displayManager.sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue