mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
upd (also attempts to fix graphics)
This commit is contained in:
parent
4de88b9f7d
commit
b71fc2d080
3 changed files with 34 additions and 68 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue