diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-03-28 14:31:11 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-03-28 14:31:11 -0500 |
| commit | fba387bf6ed132ad7e3b0bdb35617dbc20357c61 (patch) | |
| tree | 32d11579a67d0bff036169233bb283aac8d6eb53 /hosts/optiplex | |
| parent | 17d061325dc9e9b614784c2ef799470d2b78fa18 (diff) | |
| download | nixos-fba387bf6ed132ad7e3b0bdb35617dbc20357c61.tar.xz nixos-fba387bf6ed132ad7e3b0bdb35617dbc20357c61.zip | |
steam on optiplex lol cringe gaming
Diffstat (limited to 'hosts/optiplex')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 6f9efba..560869e 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -60,6 +60,10 @@ "nvidia-x11" "nvidia-settings" "spotify" + "steam" + "steam-original" + "steam-unwrapped" + "steam-run" ]; # Install more software @@ -69,6 +73,8 @@ #vintagestory ]; + programs.steam.enable = true; + # Use nvidia driver services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia = { |
