programs.helix.settings
Home-Manager option
Configuration written to $XDG_CONFIG_HOME/helix/config.toml. See https://docs.helix-editor.com/configuration.html for the full list of options.
type: TOML valueDefault
{ }Example
declared in: <home-manager/modules/programs/helix.nix>source unavailable{ theme = "base16"; editor = { line-number = "relative"; lsp.display-messages = true; }; keys.normal = { space.space = "file_picker"; space.w = ":w"; space.q = ":q"; esc = [ "collapse_selection" "keep_primary_selection" ]; }; }