programs.micro.enable
Whether to enable micro, a terminal-based text editor.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.micro.package
The micro package to use.
Type: null or package
Default:
pkgs.micro
Declared by:
programs.micro.settings
Configuration written to
$XDG_CONFIG_HOME/micro/settings.json. See
https://github.com/zyedidia/micro/blob/master/runtime/help/options.md
for supported values.
Type: JSON value
Default:
{ }
Example:
{
autosu = false;
cursorline = false;
}
Declared by: