feat: add terminess nerd font to system and home

This commit is contained in:
Mohammad Rafiq 2025-03-06 16:09:52 +08:00
parent 03857e4556
commit 5c630e7dca
5 changed files with 25 additions and 5 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
# Enable basic fonts for reasonable Unicode coverage
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
terminus-nerdfont
];
}