Only install some nerd fonts

This commit is contained in:
KnightArtorias 2025-12-12 20:04:21 +00:00
parent 23e3686326
commit 61a54b6954

View file

@ -20,7 +20,8 @@
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerd-fonts nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
]; ];
services.openssh.enable = true; services.openssh.enable = true;