fix: use nerdfont only for symbols in kitty
parent
ea81d83137
commit
c7db575f3b
|
@ -55,9 +55,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
|
(nerdfonts.override { fonts = [ "DejaVuSansMono" "NerdFontsSymbolsOnly" ]; })
|
||||||
font-awesome
|
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
|
fira-code
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
@ -9,7 +9,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = theme_name;
|
theme = theme_name;
|
||||||
font = {
|
font = {
|
||||||
name = "FiraCode Nerd Font Mono";
|
name = "FiraCode";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
tab_bar_style = "powerline";
|
tab_bar_style = "powerline";
|
||||||
|
|
Loading…
Reference in New Issue