aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-06-21 21:43:39 +0530
committerAkshay Nair <phenax5@gmail.com>2024-06-21 21:43:39 +0530
commitb8e687924cdea281c574cd73bf79e460e7d48960 (patch)
tree02a44bbe723ad4ba80d3b14a4f2d653c77420c64 /configuration.nix
parent8278d985c1f0efbd8e4eb132503c800044e2d531 (diff)
downloadnixos-config-b8e687924cdea281c574cd73bf79e460e7d48960.tar.gz
nixos-config-b8e687924cdea281c574cd73bf79e460e7d48960.zip
config sync
Diffstat (limited to '')
-rw-r--r--configuration.nix12
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; [