From 86ced9c8aa3afef3d6cefb38328ed03f38bdfbf0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 22 Feb 2024 17:49:45 +0100 Subject: desktop: add noto cjk fonts though it seems a little blurry at low resolutions. might have to tweak stuff / see if i can find a better font. --- common/desktop.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/desktop.nix b/common/desktop.nix index d59b4d8..89bd86d 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -77,7 +77,6 @@ #boot.kernelParams = [ "console=tty1" ]; hardware.opengl.enable = true; - fonts.enableDefaultPackages = true; programs.xwayland.enable = false; programs.wireshark.enable = true; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; @@ -85,6 +84,14 @@ xdg.portal.config.common.default = "*"; services.flatpak.enable = true; + fonts.enableDefaultPackages = true; + fonts.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-cjk-serif + noto-fonts-emoji + ]; + # Enable sound. sound.enable = true; hardware.pulseaudio.enable = true; -- cgit v1.2.3