From b8e687924cdea281c574cd73bf79e460e7d48960 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 21 Jun 2024 21:43:39 +0530 Subject: config sync --- configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configuration.nix') 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; [ -- cgit v1.3.1