nixfiles/home/profiles/common/profile-inheritance.nix

5 lines
71 B
Nix

{tree, ...}: {
imports = with tree.home.profiles; [
shell
];
}