feat(system): add nerd font "fira code" to common

This commit is contained in:
2025-05-16 03:00:31 +03:00
parent 8cae83ba6c
commit 9bc74de397

View File

@@ -126,5 +126,7 @@ in
fonts.packages = with pkgs; [
noto-fonts-cjk-sans
noto-fonts-cjk-serif
nerd-fonts.fira-code
];
}