nixos/home-manager/plex.nix
2022-12-22 14:38:44 +01:00

7 lines
127 B
Nix

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