upd (also attempts to fix graphics)

This commit is contained in:
Lgmrszd 2023-12-11 19:47:25 +03:00
parent 4de88b9f7d
commit b71fc2d080
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 34 additions and 68 deletions

View file

@ -58,10 +58,19 @@
config.allowUnfree = true;
};
};
overlay-vaapiIntel = final: prev: {
vaapiIntel = prev.vaapiIntel.override { enableHybridCodec = true; };
};
# overlay-gl = final: prev: {
# libGL = final.stable.libGL;
# glfw = final.stable.glfw;
# };
my-overlays = [
overlay-locked
overlay-fresh
overlay-stable
overlay-vaapiIntel
# overlay-gl
];
in
{