13 lines
225 B
Nix
13 lines
225 B
Nix
{
|
|
jovian = {
|
|
steam = {
|
|
enable = true;
|
|
autoStart = true;
|
|
desktopSession = "sway";
|
|
};
|
|
decky-loader.enable = true;
|
|
devices.steamdeck.enable = true;
|
|
steamos.useSteamOSConfig = true;
|
|
};
|
|
}
|