fix(Zephyrus): Tweak hardware graphics
This commit is contained in:
parent
a09273ec52
commit
4d046b2eaa
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue