archachatina: enable tearfree option

This commit is contained in:
Gabriel Ebner 2017-10-17 17:37:58 +02:00
parent 4d38965ad7
commit 370434f673
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@
services.xserver = {
videoDrivers = [ "amdgpu" ];
# useGlamor = true;
deviceSection = ''
Option "TearFree" "on"
'';
};
services.transmission.enable = true;