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"
|
"nvidia-settings"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics = {
|
||||||
hardware.opengl.enable = true;
|
enable = true;
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
vaapiVdpau
|
||||||
|
libvdpau-va-gl
|
||||||
|
mesa
|
||||||
|
];
|
||||||
|
};
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue