nix.settings
Home-Manager option
Configuration for Nix; see nix.conf(5) for available options. The value declared here will be translated directly to the key-value pairs Nix expects. Configuration specified in nix.extraOptions will be appended verbatim to the resulting config file.
type: open submodule of attribute set of (Nix config atom (null, bool, int, float, str, path or package) or list of (Nix config atom (null, bool, int, float, str, path or package)))Default
{ }Example
declared in: <home-manager/modules/misc/nix.nix>source unavailable{ sandbox = true; show-trace = true; system-features = [ "big-parallel" "kvm" "recursive-nix" ]; }