All my system configs and packages in one repo

leah/appearance: point Manrope to Manrope V5

I get making your font closed-source but can we at least keep the font
name...

pluie.me def6f216 2cd28c2a

verified
+15 -1
+15 -1
users/leah/appearance.nix
··· 68 68 "LXGW NeoZhiSong" 69 69 ]; 70 70 sansSerif = [ 71 - "Manrope" 71 + "Manrope V5" 72 72 "LXGW Neo XiHei" 73 73 ]; 74 74 emoji = [ "Noto Color Emoji" ]; ··· 77 77 "LXGW Neo XiHei" 78 78 ]; 79 79 }; 80 + 81 + # Alias Manrope (v4, open source) to Manrope V5 (closed source) 82 + # I really don't know why the font designer decided to rename the 83 + # font altogether which really caused quite a bit of breakage 84 + localConf = '' 85 + <?xml version="1.0"?> 86 + <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 87 + <fontconfig> 88 + <alias> 89 + <family>Manrope</family> 90 + <prefer><family>Manrope V5</family></prefer> 91 + </alias> 92 + </fontconfig> 93 + ''; 80 94 }; 81 95 }; 82 96 }