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