summaryrefslogtreecommitdiff
path: root/hosts/hanekawa
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/hanekawa')
-rw-r--r--hosts/hanekawa/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/hanekawa/configuration.nix b/hosts/hanekawa/configuration.nix
index ee3d95d..81c56bb 100644
--- a/hosts/hanekawa/configuration.nix
+++ b/hosts/hanekawa/configuration.nix
@@ -29,6 +29,7 @@
i18n.defaultLocale = "pt_BR.UTF-8";
# Enable the X11 windowing system.
+ services.touchegg.enable = true;
services.xserver = {
enable = true;
layout = "br";
@@ -37,6 +38,7 @@
enable = true;
touchpad = {
tapping = true;
+ scrollMethod = "twofinger";
clickMethod = "clickfinger";
tappingButtonMap = "lrm";
};