From 7c5fde60a9dd61228f8cbfb8d8900d77ec8b0508 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 3 Jul 2024 19:53:01 +0200 Subject: [PATCH] Nixos: Disable deprecated stuff --- system/nixtop/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixtop/hardware-configuration.nix b/system/nixtop/hardware-configuration.nix index 4bef3333..25c250c6 100644 --- a/system/nixtop/hardware-configuration.nix +++ b/system/nixtop/hardware-configuration.nix @@ -47,7 +47,7 @@ opengl = { enable = true; - driSupport = true; + # driSupport = true; # NOTE: Deprecated extraPackages = with pkgs; [ intel-media-driver vaapiIntel