mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
- naturalScrolling
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
naturalScrolling = true;
|
|
||||||
};
|
};
|
||||||
xautolock = {
|
xautolock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -90,7 +89,7 @@
|
|||||||
xresources.properties = import ../dot/xresources.nix { inherit lib; };
|
xresources.properties = import ../dot/xresources.nix { inherit lib; };
|
||||||
programs.rofi = import ../dot/rofi.nix { inherit config; };
|
programs.rofi = import ../dot/rofi.nix { inherit config; };
|
||||||
services.dunst = import ../dot/dunst.nix { inherit pkgs 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;
|
programs.zathura = import ../dot/zathura.nix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user