simplified holo script
This commit is contained in:
parent
2cb7c48d53
commit
e5b0bd046d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue