feat(bbsteamie): use wayland for sddm
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
346fee51ca
commit
be905e8d76
1 changed files with 5 additions and 1 deletions
|
@ -32,10 +32,14 @@ in {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoLogin.relogin = true;
|
autoLogin.relogin = true;
|
||||||
|
|
||||||
|
wayland = {
|
||||||
|
enable = true;
|
||||||
|
compositorCommand = "kwin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needed for sddm TODO: look into wayland SDDM?
|
|
||||||
xserver.enable = true;
|
xserver.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue