From 043eaad74779a0344886c499b4c935dcc765a1bd Mon Sep 17 00:00:00 2001 From: macronova Date: Sun, 3 Mar 2024 00:11:51 -0800 Subject: [PATCH] Enable RetroArch on Steam Deck --- linux/protostar/gui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index a2e82f9..925bde1 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -6,13 +6,13 @@ let usr = config.constants.userName; in { steam = { enable = true; autoStart = true; - desktopSession = "plasma"; + desktopSession = "RetroArch"; user = usr; }; }; services.xserver = { enable = true; - desktopManager.plasma6.enable = true; + desktopManager.retroarch.enable = true; }; }