for alacritty update

This commit is contained in:
Sean Buckley 2024-11-04 20:48:37 -05:00
parent b745b535d2
commit c5aa14fb20

View file

@ -20,7 +20,7 @@ let
primary.background = "0x1e1e1e"; primary.background = "0x1e1e1e";
primary.foreground = "0xffffff"; primary.foreground = "0xffffff";
}; };
import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ]; general.import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ];
}; };
# Alacritty seems to not communicate well with gnome-shell. Quick fix: # Alacritty seems to not communicate well with gnome-shell. Quick fix: