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

6 lines
82 B
Nix

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