Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.fastfetch.enable

Whether to enable Fastfetch.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.fastfetch.package

The fastfetch package to use.

Type: null or package

Default:

pkgs.fastfetch

Declared by:

programs.fastfetch.settings

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 by: