add home path

This commit is contained in:
Valentin Gagarin
2022-08-15 10:18:56 +02:00
parent 587ae9ada5
commit 391fd10b12
+8
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>