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
Example:
false
Declared by:
programs.dircolors.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.dircolors.enableNushellIntegration
Whether to enable Nushell integration.
Type: boolean
Example:
false
Declared by:
programs.dircolors.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
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: