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 package
Default
builtins.filter lib.types.package.check config.fonts.packages
Example
with pkgs; [ source-han-sans ]
declared in: nixos/modules/programs/steam.nixView source on NixOS/nixpkgs →