temp sunshine

This commit is contained in:
mjallen18
2026-01-09 16:17:22 -06:00
parent ad16b47827
commit fcddde0c06
2 changed files with 16 additions and 11 deletions

View File

@@ -83,5 +83,6 @@ in
] ]
++ (with pkgs.${namespace}; [ ++ (with pkgs.${namespace}; [
discord-krisp discord-krisp
librepods-beta
]); ]);
} }

View File

@@ -24,20 +24,24 @@ let
{ {
name = "steam"; name = "steam";
prep-cmd = [ prep-cmd = [
{ # {
do = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1280 800"; # do = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1280 800";
undo = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1920 1080"; # undo = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1920 1080";
} # }
{ # {
# do = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"''; # # do = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"'';
undo = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/bigpicture"''; # do = "${pkgs.steam-run}/bin/steam-run ${pkgs.steam}/bin/steam";
} # undo = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/bigpicture"'';
]; # }
detached = [
" steam-run steam steam://open/bigpicture"
]; ];
# detached = [
# "${pkgs.steam}/bin/steam"# steam://open/bigpicture"
# ];
exclude-global-prep-cmd = "false"; exclude-global-prep-cmd = "false";
auto-detach = "true"; auto-detach = "true";
wait-all = true;
exit-timeout = 5;
image-path = "steam.png";
} }
{ {
name = "800p Desktop"; name = "800p Desktop";