programs.nix-init.settings

Home-Manager option

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 in: <home-manager/modules/programs/nix-init.nix>source unavailable