Use Plasma on Steam Deck

This commit is contained in:
Invariantspace 2024-03-03 15:04:24 -08:00
parent 6e042b16ec
commit b7b15be37d

View file

@ -23,8 +23,10 @@ in
steam = { steam = {
enable = true; enable = true;
autoStart = true; autoStart = true;
desktopSession = "gamescope-wayland"; desktopSession = "plasmawayland";
user = usr; user = usr;
}; };
}; };
services.xserver.desktopManager.plasma5.enable = true;
} }