Disable touchscreen to improve battery life

This commit is contained in:
2020-09-03 02:36:35 +02:00
parent 3699684117
commit 4b57f49353

View File

@@ -39,4 +39,7 @@
enable = true;
percentageAction = 5;
};
# Disable touchscreen
boot.blacklistedKernelModules = [ "hid_multitouch" ];
}