From c5565b7c9b74cc0c83842642f95197f9f375ddf5 Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 20 Jul 2023 10:34:25 +0000 Subject: [PATCH] 1 --- 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 bd0da19..b2b03fd 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 ]; }; };