feat(alacritty): add theming and font configuration

Extended alacritty configuration to include font settings and color theming directly in the Darwin module. Removed redundant configuration from the home-specific Nix expression.
This commit is contained in:
Harald Hoyer 2024-12-13 09:19:27 +01:00
parent 47cf44ccfd
commit 0ee2553d85
2 changed files with 49 additions and 9 deletions

View file

@ -34,12 +34,4 @@
};
};
xdg.configFile."alacritty/alacritty.toml".source =
(pkgs.formats.toml { }).generate "alacritty-config"
{
font = {
normal.family = "JetBrainsMono Nerd Font";
size = 17;
};
};
}