diff options
| author | Christian <[email protected]> | 2026-07-13 17:50:55 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-07-13 17:50:55 -0500 |
| commit | b53d77773468ffb4f4ddc3dcd828ba88be9daeab (patch) | |
| tree | f00ed0156b0c5b8e2841e0c52c83007beda38047 /hosts/desktop/configuration.nix | |
| parent | 0dc4095d4efbc22e5e436dc1a9841dad6afe8c08 (diff) | |
Enable Steam on desktop and laptop
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; } |
