12 lines
156 B
Nix
12 lines
156 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./real-debrid-manager.nix
|
|
./qbittorrent.nix
|
|
./sonarr.nix
|
|
./prowlarr.nix
|
|
./bazarr.nix
|
|
./radarr.nix
|
|
];
|
|
}
|