diff options
Diffstat (limited to 'hosts/laptop')
| -rw-r--r-- | hosts/laptop/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; } |
