feat(bbsteamie): switch to plasma5 to not have annoying popup
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
011b80e760
commit
b063022753
1 changed files with 6 additions and 2 deletions
|
@ -29,13 +29,17 @@
|
||||||
in {
|
in {
|
||||||
# Auto-login to plasma
|
# Auto-login to plasma
|
||||||
services = {
|
services = {
|
||||||
desktopManager.plasma6.enable = true;
|
xserver.desktopManager.plasma5.enable = true;
|
||||||
|
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
|
||||||
autoLogin.relogin = true;
|
autoLogin.relogin = true;
|
||||||
|
|
||||||
|
wayland = {
|
||||||
|
enable = true;
|
||||||
|
compositor = "kwin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue