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; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
(nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
font-awesome
];

View File

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