infrastructure/modules/home/default.nix
2021-03-03 04:01:28 +00:00

9 lines
No EOL
154 B
Nix

{ sources, ... }:
{
home-manager.users.kat = {
imports = [
(sources.tf-nix + "/modules/home/secrets.nix")
];
};
}