mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 15:46:43 +02:00
Revert "desktop: Use はちまるポップ font on phone"
This was an interesting experiment however it wasn't very practical since text became difficult to read and the wider width of the font broke a lot of programs on the small PinePhone screen.
This commit is contained in:
parent
9ce417830e
commit
65d8295a04
@ -176,7 +176,6 @@ in
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
maple-mono
|
||||
hachimarupop
|
||||
font-awesome
|
||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||
kanji-stroke-order-font
|
||||
@ -218,14 +217,10 @@ in
|
||||
name = "Aleo";
|
||||
};
|
||||
|
||||
sansSerif =
|
||||
if phone then {
|
||||
package = pkgs.hachimarupop;
|
||||
name = "はちまるポップ";
|
||||
} else {
|
||||
package = noto-fonts-cjk-sans;
|
||||
name = "Noto Sans CJK JP";
|
||||
};
|
||||
sansSerif = {
|
||||
package = noto-fonts-cjk-sans;
|
||||
name = "Noto Sans CJK JP";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = maple-mono;
|
||||
|
Loading…
x
Reference in New Issue
Block a user