dots/modules/hosts/darwin/AirPuppet/home-gene.nix
2026-04-09 23:49:39 -04:00

11 lines
198 B
Nix

{ username, ... }:
{
home.stateVersion = "23.11";
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
local_private_env.path = "/Users/${username}/.private-env";
};
};
}