Added Alacritty

This commit is contained in:
2025-10-28 23:55:12 -04:00
parent 6d5efdf451
commit c3eb30b199

View File

@@ -0,0 +1,17 @@
{
...
}:
{
programs.alacritty = {
enable = true;
theme = "catppuccin_mocha";
settings = {
font = {
normal = {
family = "FiraCode Nerd Font";
style = "Regular";
};
};
};
};
}