games also on ACE

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-20 01:25:42 +01:00
parent f5af726382
commit dbccb827ad
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,5 +1,5 @@
{ lib, host, ... }:
lib.mkIf (host == "NxNORTH")
lib.mkIf (host == "NxNORTH" || host == "NxACE")
{
programs = {
gamemode = {