[nvim] Sets up LazyVim and Nerd font.
This commit is contained in:
@@ -25,8 +25,16 @@
|
||||
|
||||
# Other
|
||||
jq
|
||||
|
||||
# Font
|
||||
nerd-fonts.inconsolata
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
|
||||
# Allow Home Manager to set fonts.
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -35,6 +43,14 @@
|
||||
opacity = 0.85;
|
||||
};
|
||||
|
||||
font = {
|
||||
normal = {
|
||||
family = "FiraCode Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
size = 14;
|
||||
};
|
||||
|
||||
selection.save_to_clipboard = true;
|
||||
|
||||
colors = {
|
||||
|
||||
Reference in New Issue
Block a user