summaryrefslogtreecommitdiffstats
path: root/jeschli/1systems
diff options
context:
space:
mode:
authorJeschli <jeschli@gmail.com>2019-10-21 07:35:12 +0200
committerJeschli <jeschli@gmail.com>2019-10-21 07:35:12 +0200
commit5f79f459322d804680d966ce8395078fddf14e27 (patch)
tree53c06922fcd6c0c17d49afd11274b61a74813132 /jeschli/1systems
parentf8bb5d8b03290f9b992002d5d8cc338576823e53 (diff)
j emacs: synaptics -> libinput ; disableWhileTyping = True;
Diffstat (limited to 'jeschli/1systems')
-rw-r--r--jeschli/1systems/reagenzglas/config.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/jeschli/1systems/reagenzglas/config.nix b/jeschli/1systems/reagenzglas/config.nix
index b56b76a..7339558 100644
--- a/jeschli/1systems/reagenzglas/config.nix
+++ b/jeschli/1systems/reagenzglas/config.nix
@@ -49,7 +49,9 @@
isNormalUser = true;
};
- services.xserver.synaptics.enable = true;
+# services.xserver.synaptics.enable = true;
+ services.xserver.libinput.enable = true;
+ services.xserver.libinput.disableWhileTyping = true;
#Enable ssh daemon
services.openssh.enable = true;