Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.dircolors.enable

Whether to manage .dir_colors and set LS_COLORS.

Type: boolean

Default:

false

Declared by:

programs.dircolors.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.dircolors.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.dircolors.enableNushellIntegration

Whether to enable Nushell integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.dircolors.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.dircolors.package

The dircolors package to use.

Type: package

Default:

pkgs.coreutils

Declared by:

programs.dircolors.extraConfig

Extra lines added to .dir_colors file.

Type: strings concatenated with ā€œ\nā€

Default:

""

Declared by:

programs.dircolors.settings

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

Type: attribute set of string

Default:

{ }

Example:

{
  ".csh" = "01;32";
  ".sh" = "01;32";
  OTHER_WRITABLE = "30;46";
}

Declared by: