From 36482dbb45c125ab318b22d0712b80d20afd37b1 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 11 Jul 2024 11:51:44 +0200 Subject: [PATCH] `driSupport` doesn't exist anymore --- hosts/kirk/default.nix | 1 - hosts/picard/default.nix | 1 - 2 files changed, 2 deletions(-) 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; };