fix: use nerdfont only for symbols in kitty

main
mandlm 2023-09-29 09:22:10 +02:00
parent ea81d83137
commit c7db575f3b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@
};
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
font-awesome
(nerdfonts.override { fonts = [ "DejaVuSansMono" "NerdFontsSymbolsOnly" ]; })
dejavu_fonts
fira-code
];
hardware = {

View File

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