feat: use Fira Code in kitty
parent
c1db71e79a
commit
0d97fa893b
|
@ -80,7 +80,7 @@
|
|||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
|
||||
font-awesome
|
||||
];
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue