Compare commits

..

No commits in common. "81eb0045f4e28afa6cf0db74c577290b036802b7" and "c3b8484112f757fd96362b8f65fa0b4f1a8891d0" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

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