MyNixOS website logo
option

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.

Declarations
Type
JSON value
Default
{ }
Example
{
  editor = {
    line_numbers = true;
    tab_size = 4;
  };
  theme = "dark";
  version = 1;
}