trying to make nvidia work better on kaladin

This commit is contained in:
Chris Cochrun 2022-07-06 14:21:03 -05:00
parent c5458865a0
commit bf0de64317
3 changed files with 10 additions and 4 deletions

View file

@ -56,7 +56,10 @@
libvdpau-va-gl
];
};
nvidia.modesetting.enable = true;
nvidia = {
modesetting.enable = true;
powerManagement.enable = true;
};
};
services.xserver = {