diff --git a/options.xhtml b/options.xhtml index e76ae596d..43cc2c5d2 100644 --- a/options.xhtml +++ b/options.xhtml @@ -34375,6 +34375,48 @@ YAML value
} +Declared by:
+
+
+<home-manager/modules/programs/lsd.nix>
+
+ |
programs.lsd.icons
+
+
+Configuration written to $XDG_CONFIG_HOME/lsd/icons.yaml. See
+https://github.com/lsd-rs/lsd?tab=readme-ov-file#icon-theme-file-content for
+details.
Type: +YAML value
+ +Default:
+{ }
Example:
{
+ extension = {
+ go = "";
+ hs = "";
+ };
+ filetype = {
+ dir = "📂";
+ file = "📄";
+ };
+ name = {
+ ".cargo" = "";
+ ".trash" = "";
+ };
+}
+
+
Declared by: