feat: use Fira Code in kitty
parent
c1db71e79a
commit
0d97fa893b
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue