From 65d8295a043b3b83f9c4079634c5e866623aee03 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 15 Jul 2024 11:38:42 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"desktop:=20Use=20=E3=81=AF=E3=81=A1?= =?UTF-8?q?=E3=81=BE=E3=82=8B=E3=83=9D=E3=83=83=E3=83=97=20font=20on=20pho?= =?UTF-8?q?ne"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules/desktop.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index c3a1b99d..63b81371 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -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;