mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
change touchpad setting
This commit is contained in:
parent
3c32c0289c
commit
fa18943dbf
10
system/hardware/libinput.nix
Normal file
10
system/hardware/libinput.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
mouse.naturalScrolling = true;
|
||||
touchpad.naturalScrolling = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.libinput ];
|
||||
}
|
Loading…
Reference in a new issue