From 7afbafcd049ed2ffa62d78a3feac9d1db5efd83b Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:35:12 +0530 Subject: [PATCH] feat: add terminus nerdfont and cjk fonts --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9cff6f3..88a3ebf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -193,7 +193,6 @@ rustfmt rustscan rnote - terminus-nerdfont signal-desktop sqlmap tor-browser-bundle-bin @@ -299,6 +298,13 @@ configDir = "/home/h/.config/syncthing"; }; + fonts.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + terminus-nerdfont + ]; + # Syncthing ports for TCP/UDP sync traffic networking.firewall.allowedTCPPorts = [ 8384 22000 ]; networking.firewall.allowedUDPPorts = [ 22000 21027 ];