MyNixOS website logo

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

Declarations
Type
attribute set of string
Default
{ }
Example
{
  OTHER_WRITABLE = "30;46";
  ".sh" = "01;32";
  ".csh" = "01;32";
}