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; }; }