User Environment: Difference between revisions
mNo edit summary |
m →Environment variables: use syntaxhighlight console and "$" for the shell command sample |
||
| Line 13: | Line 13: | ||
This would look like: | This would look like: | ||
<syntaxhighlight lang=console> | |||
$ ls -l ~/.nix-profile | |||
lrwxrwxrwx ... /home/username/.nix-profile -> /nix/var/nix/profiles/per-user/username/profile | |||
</syntaxhighlight> | |||
=== Package management section === | === Package management section === | ||