MyNixOS website logo

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

Declarations
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"
  ];
};