fonts: use FiraCode as a tryout

This commit is contained in:
Christoph Hollizeck 2025-09-30 13:53:46 +02:00
parent cea6233788
commit d0f5bc016b
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 3 additions and 1 deletions

View file

@ -44,7 +44,7 @@ in
enable = true;
# themeFile = "tokyo_night_night";
font = {
name = "Code New Roman";
name = "FiraCode Nerd Font";
size = 15;
};
shellIntegration.enableFishIntegration = true;

View file

@ -32,7 +32,9 @@ in
powerline-fonts
powerline-symbols
nerd-fonts.code-new-roman
nerd-fonts.fira-code
nerd-fonts.symbols-only
fira
]
++ cfg.fonts;
};