From 74965d8d0e098574d3582ec8a132cdc651e45265 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 21:46:01 +0200 Subject: [PATCH] enable opengl --- nixos/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ecd996c4..4647de2b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -73,8 +73,9 @@ enableRedistributableFirmware = true; nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland - # opengl.enable = true; - # opengl.driSupport32Bit = true; + opengl.enable = true; + opengl.driSupport = true; + opengl.driSupport32Bit = true; sane.enable = true; # Scanning };