sunshine apps

This commit is contained in:
mjallen18
2025-12-30 09:48:36 -06:00
parent b91afbc323
commit edd6291176

View File

@@ -21,7 +21,30 @@ let
autoStart = true;
capSysAdmin = true;
applications.apps = with pkgs; [
steam
{
name = "steam";
prep-cmd = [
{
undo = "${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/bigpicture";
}
];
detached-cmd = [
"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"
];
exclude-global-prep-cmd = "false";
auto-detach = "true";
}
{
name = "1440p Desktop";
prep-cmd = [
{
do = "''${pkgs.kdePackages.libkscreen}/bin/kscreen-doctor output.DP-4.mode.2560x1440@60";
undo = "''${pkgs.kdePackages.libkscreen}/bin/kscreen-doctor output.DP-4.mode.3440x1440@60";
}
];
exclude-global-prep-cmd = "false";
auto-detach = "true";
}
];
settings = {
port = 47989;