diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 2 |
2 files changed, 4 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"; } diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 7ba2810..2044bc1 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -73,5 +73,7 @@ boot.resumeDevice = "/dev/disk/by-uuid/56ae0488-d952-41d8-8128-60a46e979d91"; boot.kernelParams = [ "resume_offset=12832768" ]; + programs.steam.enable = true; + system.stateVersion = "25.11"; } |
