KJ423ITE6PMMXBXVIW6CMUB435OQKM3ECO2TEXFA555HRSZCVHOAC
TEJLAHEG6JYVPWBHUHIO6NTSB7HO62RJ6G5J2B6UNPDVG7XK4XIAC
QRSG7RJSX5R255Y2HHTLYBXMBR374QS3PV2UJDWK2ZPMG7V66SSAC
47GPXWYAN5HMMVVIWFEAY63MID4U2UHIBH4HNMDYWNQ2J6E2WX6AC
config.home.username = "your_user_name";
### ### Tell home-manager the basicss ### config.home.username = "<username>"; # on macos this is /Users/<username>
###
### Tell home-manager the basicss
config.home.username = "<username>";
# on macos this is /Users/<username>
# import whatever modules you want on this system
### ### Choose which modules to install on this system ###
### Choose which modules to install on this system
### ### Setup the git personal info relevant for this system ###
### Setup the git personal info relevant for this system
### ### Enable specific email accounts ###
### Enable specific email accounts
# personal = import ../email/personal.nix }; #### #### extra options to consider #### # if on a machine using aws cli you probably want to set this # to the profile you use most often programs.zsh.sessionVariables = { AWS_PROFILE="????";
# personal = import ../email/personal.nix
};
####
#### extra options to consider
# if on a machine using aws cli you probably want to set this
# to the profile you use most often
programs.zsh.sessionVariables = {
AWS_PROFILE="????";
# if on pop-os you probably want to add these