This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
./container.nix
|
||||
../../system
|
||||
../../home/hosts/gunter
|
||||
./steam.nix
|
||||
];
|
||||
}
|
||||
|
||||
5
hosts/gunter/steam.nix
Normal file
5
hosts/gunter/steam.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user