This commit is contained in:
@@ -12,5 +12,6 @@
|
|||||||
./container.nix
|
./container.nix
|
||||||
../../system
|
../../system
|
||||||
../../home/hosts/gunter
|
../../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