nix-config/home/toast/programs/mouse-actions/actions/default.nix
lightly-toasted 45a49b1529 feat: add mouse actions
Refs: 302185f6a873209ea51a26b314faa24c45cd03ac
2025-08-11 11:45:21 +09:00

7 lines
177 B
Nix

{ pkgs }:
{
autoclick = import ./autoclick.nix { inherit pkgs; };
deafen = import ./deafen.nix { inherit pkgs; };
sober-lag = import ./sober-lag.nix { inherit pkgs; };
}