1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 09:06:19 +00:00
wyswort/home/programs/custom-pkgs/default.nix
2024-10-15 22:18:01 +09:00

8 lines
161 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs;
[
(callPackage ./anicliru/anicli-ru.nix { })
# (callPackage ./torrserver/default.nix { })
];
}