From c56efa09c62c3c2a61e9902eb196d8e145f06b84 Mon Sep 17 00:00:00 2001 From: k3t Date: Sun, 8 Mar 2026 15:09:49 -0600 Subject: [PATCH] reinstall steam --- hosts/desktop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 3cddd60..360bd7c 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -22,6 +22,7 @@ networking.hostName = "TheBlackBox"; # Define your hostname. services.openssh.enable = true; virtualisation.vmware.host.enable = true; + programs.steam.enable = true; users.users.k3t = { packages = with pkgs; [