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