Nix (package manager): Difference between revisions
Copy edit |
→Configuration: Copy edit |
||
| Line 20: | Line 20: | ||
<!--T:7--> | <!--T:7--> | ||
=== Configuration === | === Configuration === | ||
On NixOS, Nix | On NixOS, Nix can be configured using the [https://search.nixos.org/options?query=nix. <code>nix</code> option]. | ||
<!--T:8--> | <!--T:8--> | ||
Standalone Nix is configured through <code>nix.conf</code> (usually found in <code>/etc/nix/</code>) | Standalone Nix is configured through <code>nix.conf</code> (usually found in <code>/etc/nix/</code>). Details on the available options are [https://nixos.org/manual/nix/stable/command-ref/conf-file found in the Nix reference manual]. | ||
<!--T:9--> | <!--T:9--> | ||
You can also configure Nix using [[Home Manager]], which manages declarative environments for a single user. For system-wide configuration, you can use [https://github.com/numtide/system-manager System Manager] on Linux and [https://github.com/LnL7/nix-darwin nix-darwin] on macOS. | |||
== Internals == <!--T:10--> | == Internals == <!--T:10--> | ||