Compare commits
2 Commits
c3b8484112
...
81eb0045f4
Author | SHA1 | Date | |
---|---|---|---|
81eb0045f4 | |||
72ea127580 |
@ -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";
|
||||||
|
@ -49,6 +49,7 @@ 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