7 lines
92 B
Nix
7 lines
92 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.home-manager; [
|
|
base
|
|
dev.small
|
|
];
|
|
}
|