Fixed .zshenv
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user