add home path

This commit is contained in:
Valentin Gagarin 2022-08-12 13:25:40 +02:00
parent 587ae9ada5
commit 391fd10b12

View file

@ -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>