From 3e1cba86bda055d85ad92ece3a54b640b3b2fd33 Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 20 Jul 2023 10:16:18 +0000 Subject: [PATCH] some fix --- flake.nix | 3 +++ global/system-configuration.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c5231f4..fada7eb 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,9 @@ # enable hyprland support mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; }); + vaapiIntel = super.vaapiIntel.overrideAttrs (oldAttrs: { + enableHybridCodec = true; + }); }) ]; }; diff --git a/global/system-configuration.nix b/global/system-configuration.nix index f3bf335..6f37b50 100644 --- a/global/system-configuration.nix +++ b/global/system-configuration.nix @@ -11,7 +11,6 @@ extraPackages = with pkgs; [ mesa.drivers libvdpau-va-gl - intel-media-driver vaapiVdpau (