mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +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;
|
enable = true;
|
||||||
package = (config.lib.nixGL.wrap pkgs.alacritty);
|
package = (config.lib.nixGL.wrap pkgs.alacritty);
|
||||||
settings = {
|
settings = {
|
||||||
font = {
|
bell = {
|
||||||
normal = {
|
animation = "EaseOutCirc";
|
||||||
family = "BerkeleyMono Nerd Font Mono";
|
duration = 200;
|
||||||
style = "Bold Italic";
|
color = "#c2985b";
|
||||||
|
};
|
||||||
|
cursor = {
|
||||||
|
style = {
|
||||||
|
shape = "Beam";
|
||||||
|
blinking = "On";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
font = { normal = { family = "BerkeleyMono Nerd Font Mono"; }; };
|
||||||
general.import = [ pkgs.alacritty-theme.tokyo_night_enhanced ];
|
general.import = [ pkgs.alacritty-theme.tokyo_night_enhanced ];
|
||||||
terminal = { shell.program = "${pkgs.fish}/bin/fish"; };
|
terminal = { shell.program = "${pkgs.fish}/bin/fish"; };
|
||||||
window = {
|
window = {
|
||||||
|
|
Loading…
Reference in a new issue