minor cleanup; use gamescope default args instead of wrapper

This commit is contained in:
2025-10-13 23:54:00 +01:00
parent 66e7e4fdc0
commit 89a15a63e8
5 changed files with 28 additions and 35 deletions

View File

@@ -40,13 +40,6 @@ in
# Cheat engine
scanmem
# gamescope wrapper
(pkgs.writeShellApplication {
name = "gscope";
runtimeInputs = [ pkgs.gamescope ];
text = "gamescope -H 1080 -- \"$@\"";
})
# proton with ja_JP
(pkgs.writeShellApplication {
name = "umu-ja";