mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
8 lines
225 B
Nix
8 lines
225 B
Nix
{ pkgs }:
|
|
|
|
{
|
|
autoclick = import ./autoclick.nix { inherit pkgs; };
|
|
deafen = import ./deafen.nix { inherit pkgs; };
|
|
sober-lag = import ./sober-lag.nix { inherit pkgs; };
|
|
flick = import ./flick.nix { inherit pkgs; };
|
|
}
|