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