Skip to content

Commit

Permalink
Since 'services.xserver.libinput.touchpad.naturalScrolling' is rename…
Browse files Browse the repository at this point in the history
…d to 'services.libinput.touchpad.naturalScrolling' I made the 'libinput' service in the 'common' module.
  • Loading branch information
Tygo-van-den-Hurk committed Jul 16, 2024
1 parent 1f7bdc8 commit e6cab5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/common/services/libinput/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Defines the services that run on the system.

arguments @ { config, pkgs, lib, machine-settings, ... } : ( builtins.trace "Loading: ${toString ./.}..." {

services.libinput = {
touchpad.naturalScrolling = true;
};

})

0 comments on commit e6cab5a

Please sign in to comment.