From 21515dd5a25be0c98b6a35bc5c4e34ab0bf8b978 Mon Sep 17 00:00:00 2001
From: rycee
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: