{ username, ... }: { home.stateVersion = "23.11"; programs = { go = { enable = true; goPath = "go"; }; k9s.enable = true; zellij = { enable = true; enableZshIntegration = true; }; }; sops = { defaultSopsFile = ./secrets.yaml; secrets = { i2cssh_config.path = "/Users/${username}/.i2csshrc"; local_git_config.path = "/Users/${username}/.gitconfig-local"; local_private_env.path = "/Users/${username}/.private-env"; user_nix_conf.path = "/Users/${username}/.config/nix/nix.conf"; }; }; }