programs.opengamepadui.fontPackages
NixOS option
Font packages to use in OpenGamepadUI. Defaults to system fonts, but could be overridden to use other fonts — useful for users who would like to customize CJK fonts used in opengamepadui. According to the upstream issue, opengamepadui only follows the per-user fontconfig configuration.
type: list of packageDefault
builtins.filter lib.types.package.check config.fonts.packages
Example
declared in: nixos/modules/programs/opengamepadui.nixView source on NixOS/nixpkgs →with pkgs; [ source-han-sans ]