User Environment: Difference between revisions

AveryKoen (talk | contribs)
mNo edit summary
DHCP (talk | contribs)
m Environment variables: use syntaxhighlight console and "$" for the shell command sample
 
Line 13: Line 13:


This would look like:
This would look like:
  ❯ ls -l ~/.nix-profile
<syntaxhighlight lang=console>
  lrwxrwxrwx ... /home/username/.nix-profile -> /nix/var/nix/profiles/per-user/username/profile
$ ls -l ~/.nix-profile
lrwxrwxrwx ... /home/username/.nix-profile -> /nix/var/nix/profiles/per-user/username/profile
</syntaxhighlight>


=== Package management section ===
=== Package management section ===