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 = { extraSpecialArgs = {
myName = name; myName = name;
myHomeDir = /. + "home/"+name; myHomeDir = "/home/"+name;
myEmail = email; myEmail = email;
myDotfilesDir = dotfilesDir; myDotfilesDir = dotfilesDir;
myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix"; myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix";