feat: use Fira Code in kitty

main
mandlm 2023-07-12 16:25:34 +02:00
parent c1db71e79a
commit 0d97fa893b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
}; };
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) (nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
font-awesome font-awesome
]; ];

View File

@ -9,7 +9,7 @@ in
enable = true; enable = true;
theme = theme_name; theme = theme_name;
font = { font = {
name = "DejaVu Sans Mono"; name = "FiraCode Nerd Font Mono";
}; };
settings = { settings = {
tab_bar_style = "powerline"; tab_bar_style = "powerline";