From 4a66c37ed46a9e0778861ce2f730e518264b8082 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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index d81d3f0..f281915 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -12,19 +12,21 @@ in ppsspp ]; }) + retroarch-assets + retroarch-joypad-autoconfig 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; }