feat: add terminus nerdfont and cjk fonts
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user