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 = {