MyNixOS website logo
option

programs.ne.automaticPreferences

Automatic preferences files for ne.

Declarations
Type
attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  nix = ''
    TAB 0
    TS 2
  '';
  js = ''
    TS 4
  '';
}