Updated terminal font to IBM Plex Mono

This commit is contained in:
2025-05-15 02:21:39 -04:00
parent 59725a95ea
commit 1fe1c74418

View File

@@ -7,6 +7,14 @@
programs.alacritty = {
enable = true;
settings = {
font = {
normal = {
family = "IBM Plex Mono";
style = "Regular";
};
};
};
theme = "catppuccin_mocha";
};