Skip to content

Commit

Permalink
Use system default touchpad settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 9, 2024
1 parent efdf3fa commit ff2fe24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nixos/services/input/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

fingerprint.enable = lib.mkDefault false;
kanata.enable = lib.mkDefault true;
touchpad.enable = lib.mkDefault true;
touchpad.enable = lib.mkDefault false;
vial.enable = lib.mkDefault true;
}
1 change: 0 additions & 1 deletion modules/nixos/services/input/touchpad.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
...
}: {
Expand Down

0 comments on commit ff2fe24

Please sign in to comment.