diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index d81d3f0..95d3164 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -15,16 +15,14 @@ in yuzu ]; jovian = { - decky-loader = { - enable = true; - user = usr; - }; devices.steamdeck.enable = true; steam = { enable = true; autoStart = true; - desktopSession = "gamescope-wayland"; + desktopSession = "plasma"; user = usr; }; }; + + services.xserver.desktopManager.plasma6.enable = true; }