1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

- naturalScrolling

This commit is contained in:
Kierán Meinhardt
2019-03-06 00:58:47 +01:00
parent 5f5e1185f5
commit f6fe8f4369

View File

@@ -7,7 +7,6 @@
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
libinput = {
enable = true;
naturalScrolling = true;
};
xautolock = {
enable = true;
@@ -90,7 +89,7 @@
xresources.properties = import ../dot/xresources.nix { inherit lib; };
programs.rofi = import ../dot/rofi.nix { inherit config; };
services.dunst = import ../dot/dunst.nix { inherit pkgs config; };
programs.urxvt = import ../dot/urxvt.nix { inherit pkgs; };
programs.urxvt = import ../dot/urxvt.nix { inherit pkgs config; };
programs.zathura = import ../dot/zathura.nix;
};
}