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