MyNixOS website logo

An attribute set of lf settings. See the lf documentation for detailed descriptions of these options. Prefer programs.lf.previewer.* for setting lf's previewer option. All string options are quoted with double quotes.

Declarations
Type
attribute set of (string or signed integer or list of (string or signed integer) or boolean)
Default
{ }
Example
{
  number = true;
  ratios = [
    1
    1
    2
  ];
  tabstop = 4;
}