Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window.opacity = 0.95;
|
||||
|
||||
font = {
|
||||
size = 13.0;
|
||||
# draw_bold_text_with_bright_colors = true;
|
||||
normal = {
|
||||
family = "JetBrains Mono";
|
||||
style = "Bold";
|
||||
};
|
||||
};
|
||||
|
||||
colors.primary.background = "#1d2021";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user