16 lines
244 B
Nix
16 lines
244 B
Nix
|
{
|
||
|
imports = [
|
||
|
./greetd-steam.nix
|
||
|
];
|
||
|
|
||
|
jovian = {
|
||
|
steam = {
|
||
|
enable = true;
|
||
|
desktopSession = "sway";
|
||
|
};
|
||
|
decky-loader.enable = true;
|
||
|
devices.steamdeck.enable = true;
|
||
|
steamos.useSteamOSConfig = true;
|
||
|
};
|
||
|
}
|