nixos/home-manager/plex.nix

10 lines
244 B
Nix

{ custom }: { ... }:
{
imports = [
(import "${custom.inputs.self}/home-manager/headless.nix" { inherit custom; })
(import "${custom.inputs.self}/home-manager/software/podget" {
downloadDir = "/mnt/media/podcasts";
})
];
}