fix: nix Maple Fonts

This commit is contained in:
js0ny 2025-10-26 16:14:39 +00:00
parent 9605a62e9c
commit e2209cea57
12 changed files with 96 additions and 46 deletions

View file

@ -7,5 +7,7 @@
rofimoji
rofi-power-menu
swaylock-effects
xwayland-satellite
wmname
];
}

View file

@ -1,6 +1,6 @@
{pkgs, ...}: let
fontPkgs = [
pkgs.maple-mono.NF
pkgs.maple-mono.CN
pkgs.sarasa-gothic
pkgs.lxgw-wenkai
pkgs.lxgw-neoxihei
@ -20,7 +20,7 @@ in {
enable = true;
defaultFonts = {
monospace = [
"Maple Mono NF"
"Maple Mono NF CN"
"JetBrainsMono Nerd Font"
];
serif = ["LXGW WenKai"];