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 ]; }; };