games on Ace - mindustry

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-05-31 13:42:27 +02:00
parent 2de110149f
commit f4f80ffbde
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs-unstable, pkgs, lib, host, ... }:
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
lib.mkIf (host == "NxNORTH")
lib.mkIf (host == "NxNORTH" || host == "NxACE")
# lib.mkIf (host == "NxNORTH")
{
home = {
packages = (with pkgs-unstable; [
@@ -9,7 +9,7 @@ lib.mkIf (host == "NxNORTH")
# heroic
mindustry-wayland
# mindustry-wayland
]) ++ [ pkgs.heroic ];
sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";