diff --git a/configuration.nix b/configuration.nix index 1afcd0c..1fe71b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,9 +2,7 @@ with pkgs; -let hybrid-codec-vaapiIntel = vaapiIntel.override { enableHybridCodec = true; }; - -in { +{ # Kernel configuration boot = { kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; @@ -31,9 +29,7 @@ in { lib.mkDefault config.hardware.enableRedistributableFirmware; services.fwupd.enable = true; - # GPU Hardware acceleration - hardware.opengl.extraPackages = - [ intel-media-driver hybrid-codec-vaapiIntel vaapiVdpau libvdpau-va-gl ]; + hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ]; # Bootloader configuration boot.loader = {