games also on ACE
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
{ pkgs-unstable, lib, host, ... }:
|
{ pkgs-unstable, pkgs, lib, host, ... }:
|
||||||
lib.mkIf (host == "NxNORTH")
|
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs-unstable; [
|
packages = (with pkgs-unstable; [
|
||||||
protonup
|
protonup
|
||||||
mangohud
|
mangohud
|
||||||
|
|
||||||
heroic
|
# heroic
|
||||||
|
|
||||||
mindustry-wayland
|
mindustry-wayland
|
||||||
];
|
]) ++ [ pkgs.heroic ];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{ lib, host, ... }:
|
{ lib, host, ... }:
|
||||||
lib.mkIf (host == "NxNORTH")
|
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
gamemode = {
|
gamemode = {
|
||||||
|
|||||||
Reference in New Issue
Block a user