summaryrefslogtreecommitdiff
path: root/hosts/mentat/userOptions.nix
blob: 8fa43a3d9283242075c4ebd4a5b26d30979c38d6 (plain)
1
2
3
4
5
6
7
8
{
  username = "amir";
  userHome = "/Users/amir";
  gitEmail = "amir@glgdgt.com";
  gitName = "Amir Saeid";
  fontName = "BlexMono Nerd Font";
  pythonVersion = "3.14";
}