From 9b1ed720aee02c0f241838a83491225317983252 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index d81d3f0..f8e056e 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -15,16 +15,16 @@ 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; }; }; + + programs.steam.enable = true; + + services.xserver.desktopManager.plasma6.enable = true; }