mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
5 lines
147 B
Nix
5 lines
147 B
Nix
pkgs: {
|
|
t-rex-miner = pkgs.callPackage ./t-rex-miner {};
|
|
afk-cmds = pkgs.callPackage ./afk-cmds {};
|
|
parrot = pkgs.callPackage ./parrot {};
|
|
}
|