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 1.1 value or absolute path
Default
{ }
Example
{
  extension = {
    go = "";
    hs = "";
  };
  filetype = {
    dir = "📂";
    file = "📄";
  };
  name = {
    ".cargo" = "";
    ".trash" = "";
  };
}
Declared
<home-manager/modules/programs/lsd.nix>