feat: add terminus nerdfont and cjk fonts
This commit is contained in:
@@ -193,7 +193,6 @@
|
|||||||
rustfmt
|
rustfmt
|
||||||
rustscan
|
rustscan
|
||||||
rnote
|
rnote
|
||||||
terminus-nerdfont
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
sqlmap
|
sqlmap
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
@@ -299,6 +298,13 @@
|
|||||||
configDir = "/home/h/.config/syncthing";
|
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
|
# Syncthing ports for TCP/UDP sync traffic
|
||||||
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
|
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user