nix-config/home/toast/modules/mouse-actions/actions/default.nix

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; };
}