Enable Steam and 32-bit graphics support

This commit is contained in:
2026-06-30 00:43:24 -04:00
parent 47b6f895ae
commit b6a8ef59f9
+5 -1
View File
@@ -81,6 +81,9 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true; hardware.bluetooth.powerOnBoot = true;
# Some Proton games may need 32-bit graphics support
hardware.graphics.enable32Bit = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver.xkb.layout = "us"; services.xserver.xkb.layout = "us";
# services.xserver.xkb.options = "eurosign:e,caps:escape"; # services.xserver.xkb.options = "eurosign:e,caps:escape";
@@ -125,7 +128,8 @@
}; };
}; };
# programs.firefox.enable = true; # Add Valve's Steam for games
programs.steam.enable = true;
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).