l 2 hw tp-x220: disable touchpad by default
This commit is contained in:
parent
f959d410b6
commit
66cb7e01eb
|
@ -48,4 +48,9 @@ with import <stockholm/lib>;
|
|||
];
|
||||
|
||||
security.rngd.enable = true;
|
||||
|
||||
services.xserver.synaptics = {
|
||||
enable = true;
|
||||
additionalOptions = ''Option "TouchpadOff" "1"'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue