mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-05 12:34:02 +05:30
Fixed .zshenv
This commit is contained in:
parent
4dc7c84030
commit
42b3645310
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
];
|
||||
extraSpecialArgs = {
|
||||
myName = name;
|
||||
myHomeDir = /. + "home/"+name;
|
||||
myHomeDir = "/home/"+name;
|
||||
myEmail = email;
|
||||
myDotfilesDir = dotfilesDir;
|
||||
myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue