mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fixed .zshenv
This commit is contained in:
parent
4dc7c84030
commit
42b3645310
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue