From b7b15be37d1fc5cc1a6e799ee592d9f421e70fea Mon Sep 17 00:00:00 2001 From: macronova Date: Sun, 3 Mar 2024 15:04:24 -0800 Subject: [PATCH] Use Plasma on Steam Deck --- linux/protostar/gui.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }