fix(Zephyrus): Tweak hardware graphics

This commit is contained in:
GaspardCulis 2024-10-15 09:30:39 +02:00
parent a09273ec52
commit 4d046b2eaa

View file

@ -57,8 +57,14 @@
"nvidia-settings"
];
hardware.graphics.enable = true;
hardware.opengl.enable = true;
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
mesa
];
};
hardware.nvidia = {
modesetting.enable = true;