Compare commits

...

2 Commits

3 changed files with 4 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";

View File

@ -49,6 +49,7 @@ lsp_status.config({
current_function = false,
show_filename = false,
diagnostics = true,
status_symbol = "",
})
lsp_status.register_progress()