Compare commits
1 Commits
master
...
bfa9147a41
| Author | SHA1 | Date | |
|---|---|---|---|
|
bfa9147a41
|
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user