From b29aa805fdcb3c0fd9bd114f935f511cd5d2b4f3 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sun, 5 Apr 2026 20:16:33 +0200 Subject: [PATCH] gaming: add steam --- hosts/gaming/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gaming/default.nix b/hosts/gaming/default.nix index b177084..2bc787a 100644 --- a/hosts/gaming/default.nix +++ b/hosts/gaming/default.nix @@ -5,6 +5,7 @@ ../../modules/base.nix ../../modules/japanese.nix ../../modules/gc.nix + ../../modules/steam.nix ]; networking.hostName = "gaming";