11 lines
96 B
Nix

{
lib,
...
}:
{
imports = [
(lib.custom.relativeToRoot "shared/home-manager")
];
}