mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 12:22:17 +00:00
alacritty: config++
This commit is contained in:
parent
49d1e7b6b2
commit
9c0ccc8643
1 changed files with 10 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue