mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 21:13:54 -05:00
home/alacritty: reformat
This commit is contained in:
parent
14b568f36f
commit
2062b8087e
|
@ -8,21 +8,27 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
colors = {
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
|
||||
primary = {
|
||||
background = "${config.ar.home.theme.colors.background}";
|
||||
foreground = "${config.ar.home.theme.colors.text}";
|
||||
};
|
||||
|
||||
transparent_background_colors = true;
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
};
|
||||
|
||||
font = {
|
||||
normal = {
|
||||
family = "NotoSansM Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
|
||||
size = config.gtk.font.size;
|
||||
};
|
||||
|
||||
selection.save_to_clipboard = true;
|
||||
|
||||
window = {
|
||||
blur = true;
|
||||
decorations = "Full";
|
||||
|
|
Loading…
Reference in a new issue