enable sddm wayland

This commit is contained in:
Aditya 2024-04-12 12:29:38 +05:30
parent a5d8e4553f
commit 7707f2f7cf
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -12,7 +12,13 @@
xserver = {
enable = true;
displayManager = {
sddm.enable = true;
sddm = {
enable = true;
wayland = {
enable = true;
compositor = "kwin";
};
};
gdm.enable = false;
};
desktopManager = {