mirror of
https://git.sr.ht/~azikx/wyswort
synced 2024-10-30 09:06:19 +00:00
8 lines
161 B
Nix
8 lines
161 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs;
|
|
[
|
|
(callPackage ./anicliru/anicli-ru.nix { })
|
|
# (callPackage ./torrserver/default.nix { })
|
|
];
|
|
}
|