From 4a716fc931b98da9d51948ef3b54e27d08cb48e6 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 8 Jan 2024 01:29:55 -0500 Subject: [PATCH] fix(alacritty): make changes according to breaking changes --- home/alacritty.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/alacritty.nix b/home/alacritty.nix index 2398868..1dfc394 100644 --- a/home/alacritty.nix +++ b/home/alacritty.nix @@ -7,7 +7,7 @@ TERM = "xterm-256color"; }; - key_bindings = [ + keyboard.bindings = [ { key = "Return"; mods = "Control|Shift"; @@ -64,10 +64,6 @@ foreground = "#44475a"; background = "#ffb86c"; }; - footer_bar = { - background = "#282a36"; - foreground = "#f8f8f2"; - }; }; hints = { start = {