Update alacritty configuration

This commit is contained in:
Fabian Hauser 2022-06-27 13:25:27 +02:00
parent 57960e1f62
commit 6f3116bd51

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings."background_opacity" = 0.95; settings.window.opacity = 0.95;
}; };
} }