8 lines
120 B
Nix
8 lines
120 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.home-manager; [
|
|
base.zsh
|
|
base.age-encryption
|
|
dev.small
|
|
];
|
|
}
|