enable stylix

This commit is contained in:
Don Harper 2024-05-19 23:02:23 -05:00
parent 22157a48a2
commit f7ae216417
10 changed files with 258 additions and 42 deletions

View file

@ -3,27 +3,7 @@
programs.alacritty = {
enable = true;
settings = {
window.opacity = 0.8;
decorations_theme_variant = "dark";
font = {
normal = {
family = "monospace";
style = "Regular";
};
bold = {
family = "monospace";
style = "Bold";
};
italic = {
family = "monospace";
style = "Italic";
};
bold_italic = {
family = "monospace";
style = "Bold Italic";
};
size = 9.0;
};
bell = {
animation = "EaseOutExpo";
duration = 500;