mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add package override
This commit is contained in:
parent
aaf03ffa70
commit
1b1110558c
1 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,7 @@
|
|||
extraPackages = with pkgs; [vaapiIntel vaapiVdpau libvdpau-va-gl intel-media-driver];
|
||||
};
|
||||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue