From a73adfe7e44ecf161db2d103ad535d138a4a1272 Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Thu, 1 Feb 2024 16:06:57 -0500 Subject: chore(grfn/home): Update alacritty config for deprecated keys Change-Id: Ibd22fc94c7e833cabbc158aeb43f1958226ab5d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10730 Autosubmit: aspen Tested-by: BuildkiteCI Reviewed-by: aspen --- users/grfn/system/home/modules/alacritty.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users/grfn/system/home/modules/alacritty.nix') diff --git a/users/grfn/system/home/modules/alacritty.nix b/users/grfn/system/home/modules/alacritty.nix index 67d6638a31..561cab4d79 100644 --- a/users/grfn/system/home/modules/alacritty.nix +++ b/users/grfn/system/home/modules/alacritty.nix @@ -7,9 +7,7 @@ font.size = 6; font.normal.family = "Meslo LGSDZ Nerd Font"; - draw_bold_text_with_bright_colors = false; - - key_bindings = [ + keyboard.bindings = [ { key = "Escape"; mods = "Control"; @@ -18,6 +16,8 @@ ]; colors = with import ../common/solarized.nix; rec { + draw_bold_text_with_bright_colors = false; + # Default colors primary = { background = base3; -- cgit 1.4.1