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:
parent
fac6ac101a
commit
f1d19768f9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue