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