From 26ceeb378c43160f9323ab1220bcd21ab73d6633 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 24 Jun 2024 09:13:20 +0200 Subject: [PATCH] remove deprecated setting --- hosts/default/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index ff41949..72e628e 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -74,7 +74,6 @@ }; hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; };