mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-13 15:57:47 +00:00
All extra- settings should come after their unprefixed counterpart, because the entries of the config file are processed from top to bottom and appending should happen after overwriting. This is a port of https://github.com/NixOS/nixpkgs/pull/278064 .
8 lines
240 B
Text
8 lines
240 B
Text
# WARNING: this file is generated from the nix.settings option in
|
|
# your Home Manager configuration at $XDG_CONFIG_HOME/nix/nix.conf.
|
|
# Do not edit it!
|
|
show-trace = true
|
|
system-features = big-parallel kvm recursive-nix
|
|
use-sandbox = true
|
|
|
|
|