6 lines
82 B
Nix
6 lines
82 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.home-manager; [
|
|
apps.age
|
|
];
|
|
}
|