[nvim] Sets up LazyVim and Nerd font.

This commit is contained in:
2025-02-07 20:59:56 -08:00
parent bbaa20a515
commit 30ee2b7c7e
16 changed files with 294 additions and 114 deletions

View File

@@ -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 = {