combine config

This commit is contained in:
zuckerberg
2021-02-22 23:57:05 -05:00
parent 7f0b25c0b6
commit 36b6081783
23 changed files with 18 additions and 106 deletions

6
common/pc/touchpad.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
services.xserver.libinput.enable = true;
services.xserver.libinput.touchpad.naturalScrolling = true;
}