shell: switch terminal font to FiraMono Nerd Font

https://claude.ai/code/session_01PwAXuaoJx7qD5FhVLsn7Sn
This commit is contained in:
Claude 2026-04-09 16:10:30 +00:00
parent d5871cf3a6
commit aa3888969e
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
# Install Nerd Fonts for icon support
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.jetbrains-mono
nerd-fonts.meslo-lg
];