programs.fastfetch.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/fastfetch/config.jsonc. See https://github.com/fastfetch-cli/fastfetch/wiki/Json-Schema for the documentation.

type: JSON value
Default
{ }
Example
{ logo = { source = "nixos_small"; padding = { right = 1; }; }; display = { size = { binaryPrefix = "si"; }; color = "blue"; separator = "  "; }; modules = [ { type = "datetime"; key = "Date"; format = "{1}-{3}-{11}"; } { type = "datetime"; key = "Time"; format = "{14}:{17}:{20}"; } "break" "player" "media" ]; };
declared in: <home-manager/modules/programs/fastfetch.nix>source unavailable