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
|
ppsspp
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
retroarch-assets
|
||||||
|
retroarch-joypad-autoconfig
|
||||||
yuzu
|
yuzu
|
||||||
];
|
];
|
||||||
jovian = {
|
jovian = {
|
||||||
decky-loader = {
|
|
||||||
enable = true;
|
|
||||||
user = usr;
|
|
||||||
};
|
|
||||||
devices.steamdeck.enable = true;
|
devices.steamdeck.enable = true;
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "gamescope-wayland";
|
desktopSession = "plasma";
|
||||||
user = usr;
|
user = usr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
|
services.xserver.desktopManager.plasma6.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue