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 = {