From 3a8e4b48f9c5b710d2df409b85e8fe8aae3f15c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 6 Jul 2019 11:34:11 +0100 Subject: [PATCH] libinput + home manager --- nixos/common.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/common.nix b/nixos/common.nix index 8663c912..49ed1883 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -25,7 +25,7 @@ in }; environment.systemPackages = with pkgs; [ - wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox + wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager ]; i18n.defaultLocale = "en_GB.UTF-8"; @@ -72,7 +72,11 @@ in xserver = { enable = true; layout = "pl"; - libinput.enable = true; + libinput = { + enable = true; + naturalScrolling = false; + clickMethod = "clickfinger"; + }; desktopManager = { gnome3 = {