alacritty: config++

This commit is contained in:
John Bowdre 2024-12-21 15:15:22 -06:00
parent 49d1e7b6b2
commit 9c0ccc8643
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -6,12 +6,18 @@
enable = true;
package = (config.lib.nixGL.wrap pkgs.alacritty);
settings = {
font = {
normal = {
family = "BerkeleyMono Nerd Font Mono";
style = "Bold Italic";
bell = {
animation = "EaseOutCirc";
duration = 200;
color = "#c2985b";
};
cursor = {
style = {
shape = "Beam";
blinking = "On";
};
};
font = { normal = { family = "BerkeleyMono Nerd Font Mono"; }; };
general.import = [ pkgs.alacritty-theme.tokyo_night_enhanced ];
terminal = { shell.program = "${pkgs.fish}/bin/fish"; };
window = {