Tweaked opacity and font size
This commit is contained in:
parent
9314d51fb9
commit
dfd597c56b
|
@ -23,9 +23,9 @@ in {
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.9;
|
window.opacity = 0.95;
|
||||||
font = {
|
font = {
|
||||||
size = 11.0;
|
size = 12.0;
|
||||||
normal = {
|
normal = {
|
||||||
family = "Hack Nerd Font";
|
family = "Hack Nerd Font";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
|
|
Loading…
Reference in a new issue