programs.steam.fontPackages
NixOS option
Font packages to use in Steam. Defaults to system fonts, but could be overridden to use other fonts — useful for users who would like to customize CJK fonts used in Steam. According to the upstream issue, Steam 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/steam.nixView source on NixOS/nixpkgs →with pkgs; [ source-han-sans ]