Add dejavu fonts

This commit is contained in:
Yan Lin 2025-08-03 16:49:34 +08:00
parent bd187aacf2
commit 36907155b0
3 changed files with 20 additions and 6 deletions

View file

@ -44,7 +44,8 @@ home-manager switch --flake github:Logan-Lin/nix-config#yanlin
│ └── macos-defaults.nix # macOS system preferences and customizations
├── config/ # Configuration files
│ ├── p10k.zsh # Powerlevel10k theme configuration
│ └── projects.nix # Project shortcuts configuration
│ ├── projects.nix # Project shortcuts configuration
│ └── fonts.nix # Font packages and configuration
└── scripts/ # Utility scripts
└── project-launcher.sh # Dynamic project launcher with window configuration
```
@ -399,6 +400,7 @@ ncdu -x # Stay on same filesystem (don't cross mount points)
The configuration includes carefully selected programming fonts with icon patches:
- **DejaVu Fonts**: Complete font family with excellent Unicode coverage and readability
- **Fira Code**: Coding font with programming ligatures and clean aesthetics
- **JetBrains Mono**: Modern monospace font designed specifically for developers