libinput + home manager

This commit is contained in:
Cyryl Płotnicki 2019-07-06 11:34:11 +01:00
parent 638f0fc6d6
commit 3a8e4b48f9

View file

@ -25,7 +25,7 @@ in
}; };
environment.systemPackages = with pkgs; [ 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"; i18n.defaultLocale = "en_GB.UTF-8";
@ -72,7 +72,11 @@ in
xserver = { xserver = {
enable = true; enable = true;
layout = "pl"; layout = "pl";
libinput.enable = true; libinput = {
enable = true;
naturalScrolling = false;
clickMethod = "clickfinger";
};
desktopManager = { desktopManager = {
gnome3 = { gnome3 = {