programs.fresh-editor.enable
Whether to enable fresh-editor.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.fresh-editor.package
The fresh-editor package to use.
Type: null or package
Default:
pkgs.fresh-editor
Declared by:
programs.fresh-editor.defaultEditor
Whether to configure fresh as the default
editor using the EDITOR and VISUAL
environment variables.
Type: boolean
Default:
false
Declared by:
programs.fresh-editor.extraPackages
Extra package to add to fresh
Type: list of package
Default:
[ ]
Example:
[ pkgs.rust-analyzer ]
Declared by:
programs.fresh-editor.settings
Configuration settings for fresh-editor. Find more configuration options in the user guide at: https://github.com/sinelaw/fresh/blob/master/docs/USER_GUIDE.md
Type: JSON value
Default:
{ }
Example:
{
editor = {
line_numbers = true;
tab_size = 4;
};
theme = "dark";
version = 1;
}
Declared by: