MyNixOS website logo

Settings written as JSON to ~/.config/vicinae/settings.json. See vicinae config default.

Declarations
Type
JSON value
Default
{ }
Example
{
  favicon_service = "twenty";
  font = {
    normal = {
      size = 10;
    };
  };
  pop_to_root_on_close = false;
  search_files_in_root = false;
  theme = {
    dark = {
      name = "vicinae-dark";
    };
    light = {
      name = "vicinae-light";
    };
  };
}