diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-06-21 21:43:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-06-21 21:43:39 +0530 |
| commit | b8e687924cdea281c574cd73bf79e460e7d48960 (patch) | |
| tree | 02a44bbe723ad4ba80d3b14a4f2d653c77420c64 /configuration.nix | |
| parent | 8278d985c1f0efbd8e4eb132503c800044e2d531 (diff) | |
| download | nixos-config-b8e687924cdea281c574cd73bf79e460e7d48960.tar.gz nixos-config-b8e687924cdea281c574cd73bf79e460e7d48960.zip | |
config sync
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; [ |
