From 20c85ad9c2fc054e3bb4629cc669f89a9efa394d Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 30 Jan 2022 11:01:24 -0500 Subject: [PATCH] fixing alacritty config to match new format --- home-gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-gui.nix b/home-gui.nix index 218f750..1431732 100644 --- a/home-gui.nix +++ b/home-gui.nix @@ -16,6 +16,7 @@ columns = 0; lines = 0; }; + opacity = 0.95; }; font = { normal.family = "Iosevka Nerd Font"; @@ -29,7 +30,6 @@ { key = "B"; mods = "Alt"; chars = "\\x1bb"; } # - { key: B, mods: Alt, chars: "\x1bb" } ]; - background_opacity = 0.95; colors = { # Nord primary = { background = "0x2E3440";