From b4743b0f01045de9bd5b89e7bf291b9d9cd19ae8 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 24 Sep 2023 07:48:33 +0000 Subject: [PATCH] deploy: 835465e8ba2459034e4ab192b1c6db35d1c0d638 --- options.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/options.html b/options.html index c60b6d263..6e773f4e6 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