diff --git a/hosts/gunter/default.nix b/hosts/gunter/default.nix index 6aba366..e87531f 100644 --- a/hosts/gunter/default.nix +++ b/hosts/gunter/default.nix @@ -12,5 +12,6 @@ ./container.nix ../../system ../../home/hosts/gunter + ./steam.nix ]; } diff --git a/hosts/gunter/steam.nix b/hosts/gunter/steam.nix new file mode 100644 index 0000000..cf906ce --- /dev/null +++ b/hosts/gunter/steam.nix @@ -0,0 +1,5 @@ +{ ... }: +{ + programs.steam.enable = true; + programs.gamemode.enable = true; +}