added fonts

This commit is contained in:
biscuit
2025-05-19 20:33:56 -05:00
parent 52356a4a87
commit 53346c17ea
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
nerdfonts
];
}