summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index 57152ab1..2c329aee 100644
--- a/sif.nix
+++ b/sif.nix
@@ -420,7 +420,10 @@
420 }; 420 };
421 }; 421 };
422 422
423 opengl.driSupport32Bit = true; 423 opengl = {
424 enable = true;
425 driSupport32Bit = true;
426 };
424 427
425 firmware = [ pkgs.firmwareLinuxNonfree ]; 428 firmware = [ pkgs.firmwareLinuxNonfree ];
426 }; 429 };