more games
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
lib.mkIf (hyper.host == "NxNORTH" || hyper.host == "NxACE")
|
||||
{
|
||||
{ pkgs, ... }@all: with all; {
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
};
|
||||
gamemode = {
|
||||
enable = true;
|
||||
};
|
||||
gamescope = {
|
||||
enable = true;
|
||||
};
|
||||
steam.enable = true;
|
||||
gamemode.enable = true;
|
||||
gamescope.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user