(mirror) personal dotfiles github.com/crescentrose/dotfiles

feat: use maple mono

+2 -1
+1
home/desktop/fonts.nix
··· 7 7 iosevka 8 8 liberation_ttf # replacements for common MS fonts 9 9 maple-mono.truetype 10 + maple-mono.NF-unhinted 10 11 noto-fonts 11 12 noto-fonts-cjk-sans 12 13 twitter-color-emoji # 🤓
+1 -1
home/programs/ghostty.nix
··· 7 7 8 8 settings = { 9 9 theme = "dark:Catppuccin Macchiato,light:Catppuccin Latte"; 10 - font-family = "Iosevka"; 10 + font-family = "Maple Mono NF"; 11 11 font-size = 12; 12 12 command = "/usr/bin/env nu"; 13 13 app-notifications = "no-clipboard-copy,no-config-reload";