mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
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:
parent
219e5d1b0b
commit
737d0e2d42
@ -190,6 +190,7 @@ in
|
|||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
maple-mono
|
maple-mono
|
||||||
|
hachimarupop
|
||||||
font-awesome
|
font-awesome
|
||||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||||
kanji-stroke-order-font
|
kanji-stroke-order-font
|
||||||
@ -231,7 +232,11 @@ in
|
|||||||
name = "Aleo";
|
name = "Aleo";
|
||||||
};
|
};
|
||||||
|
|
||||||
sansSerif = {
|
sansSerif =
|
||||||
|
if phone then {
|
||||||
|
package = pkgs.hachimarupop;
|
||||||
|
name = "はちまるポップ";
|
||||||
|
} else {
|
||||||
package = noto-fonts-cjk-sans;
|
package = noto-fonts-cjk-sans;
|
||||||
name = "Noto Sans CJK JP";
|
name = "Noto Sans CJK JP";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user