programs.ne.automaticPreferences

Automatic preferences files for ne.

Type
attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  nix = ''
    TAB 0
    TS 2
  '';
  js = ''
    TS 4
  '';
}
Declared
<home-manager/modules/programs/ne.nix>