games syntac fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-11-18 16:34:35 +01:00
parent 51d7589975
commit c621faf09a

View File

@@ -3,15 +3,15 @@
packages = (with pkgs; [ packages = (with pkgs; [
unstable.protonup-ng unstable.protonup-ng
unstable.mangohud unstable.mangohud
] ++ (if hyper.host == "NxNORTH" then [ ]) ++ (if hyper.host == "NxNORTH" then (with pkgs; [
unstable.prismlauncher unstable.prismlauncher
heroic heroic
# mindustry-wayland # mindustry-wayland
] else if hyper.host == "NxXPS" then [ ]) else if hyper.host == "NxXPS" then (with pkgs; [
heroic heroic
] else if hyper.host == "NxACE" then [ ]) else if hyper.host == "NxACE" then (with pkgs; [
heroic heroic
] else [])); ]) else []);
sessionVariables.STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d"; sessionVariables.STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
}; };