programs.nix-init.settings
Configuration written to $XDG_CONFIG_HOME/nix-init/config.toml. See https://github.com/nix-community/nix-init#configuration for the full list of options.
- Type
TOML value- Default
{ }- Example
{ maintainers = [ "figsoda" ]; nixpkgs = "<nixpkgs>"; commit = true; access-tokens = { "github.com" = "ghp_blahblahblah..."; "gitlab.com" = { command = [ "secret-tool" "or" "whatever" "you" "use" ]; }; "gitlab.gnome.org" = { file = "/path/to/api/token"; }; }; }- Declared
- <home-manager/modules/programs/nix-init.nix>