9 lines
124 B
Nix
9 lines
124 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.home-manager; [
|
|
base
|
|
apps.rclone
|
|
apps.restic
|
|
dev.small
|
|
];
|
|
}
|