From 06712609b040553cacdb1f94f4aeab34596355e8 Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 20 Jul 2023 10:39:54 +0000 Subject: [PATCH] n --- global/system-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/system-configuration.nix b/global/system-configuration.nix index b2b03fd..bd0da19 100644 --- a/global/system-configuration.nix +++ b/global/system-configuration.nix @@ -17,11 +17,11 @@ in hardware = { opengl = { enable = true; - extraPackages = (with pkgs; [ + extraPackages = with pkgs; [ mesa.drivers libvdpau-va-gl vaapiVdpau - ]) ++ [ intel-driver ]; + ] ++ [ intel-driver ]; }; };