14 lines
177 B
Nix
14 lines
177 B
Nix
{
|
|
|
|
hardware.opengl = {
|
|
enable = true;
|
|
driSupport = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
|
|
services.xserver.deviceSection = ''
|
|
Option "TearFree" "true"
|
|
'';
|
|
|
|
}
|