games on Ace - mindustry
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ pkgs-unstable, pkgs, lib, host, ... }:
|
{ pkgs-unstable, pkgs, lib, host, ... }:
|
||||||
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
lib.mkIf (host == "NxNORTH")
|
# lib.mkIf (host == "NxNORTH")
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = (with pkgs-unstable; [
|
packages = (with pkgs-unstable; [
|
||||||
@@ -9,7 +9,7 @@ lib.mkIf (host == "NxNORTH")
|
|||||||
|
|
||||||
# heroic
|
# heroic
|
||||||
|
|
||||||
mindustry-wayland
|
# mindustry-wayland
|
||||||
]) ++ [ pkgs.heroic ];
|
]) ++ [ 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,6 +1,6 @@
|
|||||||
{ lib, host, ... }:
|
{ lib, host, ... }:
|
||||||
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
lib.mkIf (host == "NxNORTH")
|
# lib.mkIf (host == "NxNORTH")
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
steam = {
|
steam = {
|
||||||
|
|||||||
Reference in New Issue
Block a user