From f1d19768f9a12b08aafea83b835958c6cc63f729 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 19 Jan 2026 14:24:43 +0100 Subject: [PATCH] feat(amd): enable Steam in program configuration - Added support for Steam by enabling it in `default.nix` under `programs.steam`. - Aligns with the pattern of including widely used software for enhanced functionality. --- systems/x86_64-linux/amd/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/x86_64-linux/amd/default.nix b/systems/x86_64-linux/amd/default.nix index ecb5b56..fe236c1 100644 --- a/systems/x86_64-linux/amd/default.nix +++ b/systems/x86_64-linux/amd/default.nix @@ -70,6 +70,10 @@ with lib.metacfg; "power.pm_freeze_timeout" = 30000; }; + programs.steam = { + enable = true; + }; + environment.systemPackages = with pkgs; [ attic-client azure-cli