fix: nix darwin still uses an older version of alacritty with background_opacity
parent
27e6ede3dc
commit
e1f7032ea1
|
@ -4,6 +4,7 @@
|
|||
imports = [ ./common.nix ];
|
||||
programs.alacritty = {
|
||||
settings = {
|
||||
background_opacity = 0.9;
|
||||
font = {
|
||||
offset = {
|
||||
x = 1;
|
||||
|
|
Loading…
Reference in New Issue