From b6a8ef59f92debbc986f2cf30d1b564759a286cd Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 30 Jun 2026 00:43:24 -0400 Subject: [PATCH] Enable Steam and 32-bit graphics support --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5a7b458..f814f37 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,6 +80,9 @@ # Bluetooth hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; + + # Some Proton games may need 32-bit graphics support + hardware.graphics.enable32Bit = true; # Configure keymap in X11 services.xserver.xkb.layout = "us"; @@ -125,7 +128,8 @@ }; }; - # programs.firefox.enable = true; + # Add Valve's Steam for games + programs.steam.enable = true; # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options).