diff --git a/options.xhtml b/options.xhtml index 7cf8f40c1..cf612062c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -29108,6 +29108,37 @@ boolean

Default: false

+

Declared by:

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

Extra lines to be appended to the config file. +Use this if you would like to maintain order for helix settings (eg. for minor modes)

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Example:

[keys.normal.g] # Reverse Alphabetical Order
+G = "goto_file_end"
+g = "goto_file_start"
+
+
+

Declared by: