nixfiles/profiles/home-manager/base/age-encryption.nix
2024-07-24 14:13:59 +01:00

6 lines
82 B
Nix

{tree, ...}: {
imports = with tree.profiles.home-manager; [
apps.age
];
}