From ca0d9d1c275fbfa95da0ca6983239ebab9c34eda Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 18 Jul 2025 22:01:49 +0300 Subject: [PATCH] Added steam to puter config --- hosts/puter/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index ce8c0d6..1c1d78a 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -14,6 +14,7 @@ ../../modules/common/shell.nix ../../modules/common/utils.nix ../../modules/common/security.nix + ../../modules/common/steam.nix ]; networking.hostName = "puter"; # This will be overridden by system/default.nix