Compare commits
No commits in common. "81eb0045f4e28afa6cf0db74c577290b036802b7" and "c3b8484112f757fd96362b8f65fa0b4f1a8891d0" have entirely different histories.
81eb0045f4
...
c3b8484112
@ -55,9 +55,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" "NerdFontsSymbolsOnly" ]; })
|
(nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; })
|
||||||
|
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";
|
name = "FiraCode Nerd Font Mono";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
tab_bar_style = "powerline";
|
tab_bar_style = "powerline";
|
||||||
|
@ -49,7 +49,6 @@ lsp_status.config({
|
|||||||
current_function = false,
|
current_function = false,
|
||||||
show_filename = false,
|
show_filename = false,
|
||||||
diagnostics = true,
|
diagnostics = true,
|
||||||
status_symbol = "",
|
|
||||||
})
|
})
|
||||||
lsp_status.register_progress()
|
lsp_status.register_progress()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user