more games
This commit is contained in:
@@ -1,20 +1,19 @@
|
|||||||
{ pkgs, ... }@all: with all;
|
{ pkgs, ... }@all: with all; {
|
||||||
lib.mkIf (hyper.host == "NxNORTH")
|
|
||||||
{
|
|
||||||
home = {
|
home = {
|
||||||
packages = (with pkgs.unstable; [
|
packages = (with pkgs; [
|
||||||
protonup-ng
|
unstable.protonup-ng
|
||||||
mangohud
|
unstable.mangohud
|
||||||
|
] ++ (if hyper.host == "NxNORTH" then [
|
||||||
prismlauncher
|
unstable.prismlauncher
|
||||||
|
heroic
|
||||||
# heroic
|
|
||||||
|
|
||||||
# mindustry-wayland
|
# mindustry-wayland
|
||||||
]) ++ [ pkgs.heroic ];
|
] else if hyper.host == "NxXPS" then [
|
||||||
sessionVariables = {
|
heroic
|
||||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
] else if hyper.host == "NxACE" then [
|
||||||
};
|
heroic
|
||||||
|
] else []));
|
||||||
|
|
||||||
|
sessionVariables.STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
{ pkgs, ... }@all: with all;
|
{ pkgs, ... }@all: with all; {
|
||||||
lib.mkIf (hyper.host == "NxNORTH" || hyper.host == "NxACE")
|
|
||||||
{
|
|
||||||
programs = {
|
programs = {
|
||||||
steam = {
|
steam.enable = true;
|
||||||
enable = true;
|
gamemode.enable = true;
|
||||||
};
|
gamescope.enable = true;
|
||||||
gamemode = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
gamescope = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user