l 2 hw tp-x220: disable touchpad by default

This commit is contained in:
lassulus 2017-02-16 00:06:57 +01:00
parent f959d410b6
commit 66cb7e01eb

View File

@ -48,4 +48,9 @@ with import <stockholm/lib>;
];
security.rngd.enable = true;
services.xserver.synaptics = {
enable = true;
additionalOptions = ''Option "TouchpadOff" "1"'';
};
}