mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat: add mouse actions
Refs: 302185f6a873209ea51a26b314faa24c45cd03ac
This commit is contained in:
parent
b88d00fe40
commit
45a49b1529
12 changed files with 186 additions and 6 deletions
7
home/toast/programs/mouse-actions/actions/default.nix
Normal file
7
home/toast/programs/mouse-actions/actions/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs }:
|
||||
|
||||
{
|
||||
autoclick = import ./autoclick.nix { inherit pkgs; };
|
||||
deafen = import ./deafen.nix { inherit pkgs; };
|
||||
sober-lag = import ./sober-lag.nix { inherit pkgs; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue