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:
parent
47cf44ccfd
commit
0ee2553d85
2 changed files with 49 additions and 9 deletions
|
@ -34,12 +34,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.configFile."alacritty/alacritty.toml".source =
|
||||
(pkgs.formats.toml { }).generate "alacritty-config"
|
||||
{
|
||||
font = {
|
||||
normal.family = "JetBrainsMono Nerd Font";
|
||||
size = 17;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue