Skip to content

Make dedicated installation instructions for fonts #1206

Description

@MaddyGuthridge

When I search for font packages, the search tool provides the same installation instructions as it does for other packages.

  environment.systemPackages = [
    pkgs.liberation_ttf
  ];

However, as per the NixOS Wiki, fonts should be installed like this:

fonts.packages = with pkgs; [
  liberation_ttf
];

It would be helpful to make the package search tool provide correct installation instructions for fonts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions