From 468e85d0eb2c5c20524bcf3908f9e372951bf734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 30 Jan 2026 20:39:09 +0100 Subject: [PATCH] gunter: add steam --- hosts/gunter/default.nix | 1 + hosts/gunter/steam.nix | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 hosts/gunter/steam.nix 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; +}