Iwakura/hardware/iwakura/opengl.nix

14 lines
177 B
Nix
Raw Normal View History

2021-04-27 18:47:09 -04:00
{
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
services.xserver.deviceSection = ''
Option "TearFree" "true"
'';
}