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.
This commit is contained in:
Harald Hoyer 2026-01-19 14:24:43 +01:00
parent fac6ac101a
commit f1d19768f9

View file

@ -70,6 +70,10 @@ with lib.metacfg;
"power.pm_freeze_timeout" = 30000; "power.pm_freeze_timeout" = 30000;
}; };
programs.steam = {
enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
attic-client attic-client
azure-cli azure-cli