Skip to content

Commit

Permalink
delete apply because I forgot to
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void committed Dec 24, 2024
1 parent cc1b86b commit 3d9e3af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/input.nix
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ let
Configure scrolling speed the touchpad. Lower is slower.
If unset, KDE will default to 0.3 .
'';
apply = method: if (method == null) then null else scrollMethods."${method}";
};
rightClickMethod = lib.mkOption {
type = with lib.types; nullOr (enum (builtins.attrNames rightClickMethods));
Expand Down

0 comments on commit 3d9e3af

Please sign in to comment.