gunter: add steam
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2026-01-30 20:39:09 +01:00
parent ff2ed171cc
commit 468e85d0eb
2 changed files with 6 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.steam.enable = true;
programs.gamemode.enable = true;
}