diff options
author | lassulus <lassulus@lassul.us> | 2017-12-30 11:36:15 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-30 11:36:15 +0100 |
commit | c1ff2ddf713242f34a56861c34d815ae6985798b (patch) | |
tree | a12734de3e7f99b58e87560317f383ed6bdd9c41 /makefu/2configs/hw/tp-x2x0.nix | |
parent | dd817f9e26ee2aeae839dddc73b869d218a337cb (diff) | |
parent | 9d4436644115c2cc5c130d9c210c201bb506c789 (diff) |
Merge remote-tracking branch 'gum/master'
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"''; |