Set up jovian like k900, see if that fixes decky
This commit is contained in:
parent
221ed043bb
commit
0bb4cc8669
|
@ -84,31 +84,23 @@
|
|||
rare
|
||||
];
|
||||
|
||||
#Enable steam deck steam interface
|
||||
jovian.steam.enable = true;
|
||||
|
||||
#Autostart this inteface at login
|
||||
jovian.steam.autoStart = true;
|
||||
|
||||
#What desktop to start when switching to desktop session
|
||||
jovian.steam.desktopSession = "plasma";
|
||||
|
||||
jovian.steam.user = "lillian";
|
||||
|
||||
#Enable gyro service for CEMU
|
||||
jovian.devices.steamdeck.enableGyroDsuService = true;
|
||||
|
||||
#Enable steam deck specific services
|
||||
jovian.devices.steamdeck.enable = true;
|
||||
|
||||
#Enable auto updates for the BIOS and controller firmware
|
||||
jovian.devices.steamdeck.autoUpdate = true;
|
||||
|
||||
jovian.decky-loader.enable = true;
|
||||
|
||||
jovian.decky-loader.user = "lillian";
|
||||
|
||||
jovian.hardware.has.amd.gpu = true;
|
||||
jovian = {
|
||||
steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
user = "lillian";
|
||||
desktopSession = "plasma";
|
||||
};
|
||||
decky-loader = {
|
||||
enable = true;
|
||||
package = pkgs.decky-loader-prerelease;
|
||||
};
|
||||
devices.steamdeck = {
|
||||
enable = true;
|
||||
autoUpdate = true;
|
||||
enableGyroDsuService = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.steam = lib.mkForce {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue