This commit is contained in:
2026-03-03 21:34:44 -07:00
parent bfc60bf27c
commit b0f36e989c

View File

@@ -17,6 +17,11 @@
#boot.kernelParams = [
# "amdgpu.discovery=1"
#];
hardware.graphics = {
enable = true;
package = pkgs.mesa;
package32 = pkgs.pkgsi686Linux.mesa;
};
hardware.enableRedistributableFirmware = true;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.