diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index d81d3f0..59d7bc6 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -23,8 +23,10 @@ in steam = { enable = true; autoStart = true; - desktopSession = "gamescope-wayland"; + desktopSession = "plasmawayland"; user = usr; }; }; + + services.xserver.desktopManager.plasma5.enable = true; }