Fixed .zshenv

This commit is contained in:
Emmet 2023-05-14 20:32:49 -05:00
parent 4dc7c84030
commit 42b3645310

View file

@ -35,7 +35,7 @@
];
extraSpecialArgs = {
myName = name;
myHomeDir = /. + "home/"+name;
myHomeDir = "/home/"+name;
myEmail = email;
myDotfilesDir = dotfilesDir;
myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix";