diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configuration.nix b/configuration.nix index e89159a..792179a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -137,12 +137,12 @@ in enable = true; autorun = false; displayManager.startx.enable = true; - libinput = { - enable = true; - touchpad = { - tapping = true; - naturalScrolling = false; - }; + }; + services.libinput = { + enable = true; + touchpad = { + tapping = true; + naturalScrolling = false; }; }; fonts.packages = with pkgs; [ |
