commit b27df0d1d075662842632599fef2552274eeb46b
parent 723e212e827e3d1a16a2ccf007fbcdd3a7a277ff
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 1 Jul 2024 11:40:28 +0200
Removing `hardware.opengl.driSupport`
The option definition `hardware.opengl.driSupport' in `…' no longer
has any effect.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/systems/modules/desktop/wayland.nix b/systems/modules/desktop/wayland.nix
@@ -18,7 +18,6 @@ in
hardware = {
opengl = {
enable = true;
- driSupport = true;
};
};
environment.systemPackages = with pkgs; [