combine config
This commit is contained in:
6
common/pc/touchpad.nix
Normal file
6
common/pc/touchpad.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.xserver.libinput.enable = true;
|
||||
services.xserver.libinput.touchpad.naturalScrolling = true;
|
||||
}
|
||||
Reference in New Issue
Block a user