Commit b27df0d1d075

Vincent Demeester <vincent@sbr.pm>
2024-07-01 11:40:28
Removing `hardware.opengl.driSupport`
The option definition `hardware.opengl.driSupport' in `…' no longer has any effect. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 723e212
Changed files (1)
systems
modules
systems/modules/desktop/wayland.nix
@@ -18,7 +18,6 @@ in
     hardware = {
       opengl = {
         enable = true;
-        driSupport = true;
       };
     };
     environment.systemPackages = with pkgs; [