From ac7098390df1ee6762ed19d44c1ab0202f28a90e Mon Sep 17 00:00:00 2001
From: khaneliman
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: