programs.dircolors.settings

Options to add to .dir_colors file. See dircolors --print-database for options.

Type
attribute set of string
Default
{ }
Example
{
  OTHER_WRITABLE = "30;46";
  ".sh" = "01;32";
  ".csh" = "01;32";
}
Declared
<home-manager/modules/programs/dircolors.nix>