Enable RetroArch on Steam Deck
This commit is contained in:
parent
202e5c098a
commit
043eaad747
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue