Update NixOS config.
This commit is contained in:
parent
92ae584fdc
commit
de8e55a3e3
1 changed files with 1 additions and 8 deletions
|
@ -8,15 +8,8 @@
|
|||
extraPackages = with pkgs; [
|
||||
intel-media-driver # For Broadwell (2014) or newer processors. LIBVA_DRIVER_NAME=iHD
|
||||
intel-vaapi-driver # For older processors. LIBVA_DRIVER_NAME=i965, works better for firefox/chromium?
|
||||
vpl-gpu-rt # For Quick Sync Video
|
||||
];
|
||||
};
|
||||
environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # Optionally, set the environment variable
|
||||
}
|
||||
|
||||
# for Quick Sync Video
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vpl-gpu-rt # or intel-media-sdk for QSV
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue