feat(bbsteamie): switch to plasma5 to not have annoying popup
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-30 11:58:47 -04:00
parent 011b80e760
commit b063022753

View file

@ -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";
};
}; };
}; };
}; };