Add intel codecs

This commit is contained in:
2026-03-02 06:21:29 +01:00
parent 4570081b22
commit 5008192cc9

View File

@@ -26,5 +26,13 @@
};
};
};
graphics = {
enable = true;
extraPackages = with pkgs; [
vaapi-intel-hybrid
vpl-gpu-rt
];
};
};
}