Use Plasma on Steam Deck
This commit is contained in:
parent
6e042b16ec
commit
4a66c37ed4
1 changed files with 7 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue