feat: use Fira Code in kitty
This commit is contained in:
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";
|
||||
|
Reference in New Issue
Block a user