nixos/home-manager/plex.nix

7 lines
127 B
Nix

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