added firacode font family

This commit is contained in:
biscuit
2025-05-19 20:38:46 -05:00
parent 53346c17ea
commit d4026e1559
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@
confirm_os_window_close = 0;
window_padding_width = 10;
font_size = 12.0;
font_family = "firacode";
};
}
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
nerdfonts
nerd-fonts.fira-code
];
}