From 61a54b69543fd99062d42fc8e3a5187f6b675b76 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Fri, 12 Dec 2025 20:04:21 +0000 Subject: [PATCH] Only install some nerd fonts --- hosts/physical/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/physical/default.nix b/hosts/physical/default.nix index d016bdc..e1ea741 100644 --- a/hosts/physical/default.nix +++ b/hosts/physical/default.nix @@ -20,7 +20,8 @@ ]; fonts.packages = with pkgs; [ - nerd-fonts + nerd-fonts.fira-code + nerd-fonts.droid-sans-mono ]; services.openssh.enable = true;