nixos-config/user-modules/theming/fonts/wqy-zenhei-mono.nix

9 lines
131 B
Nix
Raw Normal View History

2024-07-18 23:36:50 +02:00
{ pkgs, ... }:
{
name = "WenQuanYi Zen Hei Mono";
package = pkgs.wqy-zenhei;
recommendedSize = 12;
2024-07-19 14:00:55 +02:00
fallbackFonts = [ ];
}