infrastructure/modules/home/default.nix
2021-03-03 03:05:50 +00:00

9 lines
151 B
Nix

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