diff --git a/hosts/kirk/default.nix b/hosts/kirk/default.nix index a11f920..4565542 100644 --- a/hosts/kirk/default.nix +++ b/hosts/kirk/default.nix @@ -98,7 +98,6 @@ hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; }; } diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index f60fbf1..9b63f91 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -129,7 +129,6 @@ hardware.graphics = { enable = true; - # driSupport = true; enable32Bit = true; };