simplified holo script

This commit is contained in:
twoneis 2024-08-12 02:27:17 +02:00
parent 2cb7c48d53
commit e5b0bd046d

View file

@ -5,7 +5,7 @@
name = "holo-script"; name = "holo-script";
runtimeInputs = [ pkgs.steam pkgs.gamescope ]; runtimeInputs = [ pkgs.steam pkgs.gamescope ];
text = '' text = ''
gamescope -f -h 1504 -w 2256 -r 60 -F fsr -e -- steam gamescope -f -r 60 -F fsr -e -- steam
''; '';
}; };
holo = pkgs.makeDesktopItem { holo = pkgs.makeDesktopItem {