Nix Installation Guide: Difference between revisions

imported>Klaymore
Added note that you can reboot after installation instead of sourcing the profile
imported>Drupol
m Add Fish shell installation tips.
Line 18: Line 18:


You may want to put this file directly in your ~/.bashrc or similar, so Nix would be available in any newly created shell.
You may want to put this file directly in your ~/.bashrc or similar, so Nix would be available in any newly created shell.
When using another shell like [https://fishshell.com Fish], you should ignore the previous procedure and use the [https://github.com/jorgebucaran/fisher Fisher] plugin [https://github.com/lilyball/nix-env.fish Nix-env].


After that being done, you can use all Nix commands as a normal user without any special permissions (for example by using <code>sudo</code>).
After that being done, you can use all Nix commands as a normal user without any special permissions (for example by using <code>sudo</code>).