diff --git a/options.html b/options.html index bf8f5a083..d310f0262 100644 --- a/options.html +++ b/options.html @@ -3431,6 +3431,9 @@ for a list of available options.

Type:

programs.helix.package

The package to use for helix.

Type: package

Default: pkgs.helix

Declared by:

<home-manager/modules/programs/helix.nix> +
programs.helix.defaultEditor

Whether to configure hx as the default +editor using the EDITOR environment variable.

Type: boolean

Default: false

Declared by:

+ <home-manager/modules/programs/helix.nix>
programs.helix.languages

Language specific configuration at $XDG_CONFIG_HOME/helix/languages.toml.