desktop: Use はちまるポップ font on phone

Might revert this later. Mainly used for context switching and to make
the PinePhone more fun to use.
This commit is contained in:
Donovan Glover 2024-07-08 14:12:00 -04:00
parent 219e5d1b0b
commit 737d0e2d42
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -190,6 +190,7 @@ in
noto-fonts-cjk-serif
noto-fonts-emoji
maple-mono
hachimarupop
font-awesome
(nerdfonts.override { fonts = [ "Noto" ]; })
kanji-stroke-order-font
@ -231,10 +232,14 @@ in
name = "Aleo";
};
sansSerif = {
package = noto-fonts-cjk-sans;
name = "Noto Sans CJK JP";
};
sansSerif =
if phone then {
package = pkgs.hachimarupop;
name = "";
} else {
package = noto-fonts-cjk-sans;
name = "Noto Sans CJK JP";
};
monospace = {
package = maple-mono;