{ config, pkgs, ... }: { home.username = "shubh"; home.homeDirectory = "/Users/shubh"; # You should not change this value, even if you update Home Manager. If you do # want to update the value, then make sure to first check the Home Manager # release notes. home.stateVersion = "23.05"; home.packages = with pkgs; [ git unzip wget gnupg pass tmux fzf jq nmap hugo lf pinentry_mac postgresql docker colima kubectl kubelogin-oidc terraform sops kops k9s kubernetes-helm python38 awscli # gui zoom-us slack ]; home.file = { ".gnupg/gpg-agent.conf" = { text = '' pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac ''; }; }; imports = [ ../../modules/common.nix ../../modules/neovim.nix ]; }