diff --git a/options.html b/options.html index c60b6d26..6e773f4e 100644 --- a/options.html +++ b/options.html @@ -6843,6 +6843,20 @@ boolean
Default: boolean
Default:
false
Declared by:
<home-manager/modules/programs/lsd.nix>
+ |
programs.lsd.colors
Configuration written to $XDG_CONFIG_HOME/lsd/colors.yaml
. See
+https://github.com/lsd-rs/lsd/tree/v1.0.0#color-theme-file-content for
+supported colors.
If this option is non-empty then the color.theme
option is
+automatically set to "custom"
.
Type: +YAML value
Default:
+{ }
Example:
{ + size = { + large = "dark_yellow"; + none = "grey"; + small = "yellow"; + }; +} +
Declared by:
+<home-manager/modules/programs/lsd.nix>
|
programs.lsd.settings
Configuration written to
$XDG_CONFIG_HOME/lsd/config.yaml
. See
https://github.com/Peltoche/lsd#config-file-content