games syntac fix
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
packages = (with pkgs; [
|
||||
unstable.protonup-ng
|
||||
unstable.mangohud
|
||||
] ++ (if hyper.host == "NxNORTH" then [
|
||||
]) ++ (if hyper.host == "NxNORTH" then (with pkgs; [
|
||||
unstable.prismlauncher
|
||||
heroic
|
||||
# mindustry-wayland
|
||||
] else if hyper.host == "NxXPS" then [
|
||||
]) else if hyper.host == "NxXPS" then (with pkgs; [
|
||||
heroic
|
||||
] else if hyper.host == "NxACE" then [
|
||||
]) else if hyper.host == "NxACE" then (with pkgs; [
|
||||
heroic
|
||||
] else []));
|
||||
]) else []);
|
||||
|
||||
sessionVariables.STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user