1

feat: add terminus nerdfont and cjk fonts

This commit is contained in:
Himadri Bhattacharjee
2024-02-28 17:35:12 +05:30
parent 5867b6b85d
commit 7afbafcd04

View File

@@ -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 ];