From b53d77773468ffb4f4ddc3dcd828ba88be9daeab Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 13 Jul 2026 17:50:55 -0500 Subject: Enable Steam on desktop and laptop --- hosts/desktop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/desktop') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index f330b89..6e6f621 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -55,5 +55,7 @@ ]; }; + programs.steam.enable = true; + system.stateVersion = "25.11"; } -- cgit v1.2.3