mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
add home path
This commit is contained in:
parent
587ae9ada5
commit
391fd10b12
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@ the rest.
|
|||
A path relative to the file containing this Nix expression
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
`~/.config`
|
||||
</td>
|
||||
<td>
|
||||
A home path. Evaluates to the `"<user's home directory>/.config"`.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<nixpkgs>
|
||||
|
|
Loading…
Reference in a new issue