diff options
author | makefu <github@syntax-fehler.de> | 2017-12-26 23:20:56 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-26 23:20:56 +0100 |
commit | 2589f81f9a9f53ccfc40d946ca693a83f2c81900 (patch) | |
tree | 7fe091d6140bcbbb27a9243ddca9c681923e3383 /makefu/2configs/hw/tp-x2x0.nix | |
parent | 96c7074c08e914a230124073ef6209bb9b888108 (diff) |
x: use nixos-hardware
Diffstat (limited to 'makefu/2configs/hw/tp-x2x0.nix')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 81c4bf4c8..680545c99 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -17,6 +17,8 @@ with import <stockholm/lib>; # enable synaptics so we can easily disable the touchpad # enable the touchpad with `synclient TouchpadOff=0` + + services.xserver.libinput.enable = false; services.xserver.synaptics = { enable = true; additionalOptions = ''Option "TouchpadOff" "1"''; |