Fixed .zshenv

This commit is contained in:
Emmet
2023-05-14 20:32:49 -05:00
parent be3cc8c9f3
commit aef1164e9a

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";