From 5ffa7b9850598bf7c4aaf09c0aee518339b49c99 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 23 May 2024 10:48:52 +0200 Subject: [PATCH] Fix deprecation --- home-manager/modules/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/alacritty.nix b/home-manager/modules/alacritty.nix index b240cbc..2fb22be 100644 --- a/home-manager/modules/alacritty.nix +++ b/home-manager/modules/alacritty.nix @@ -106,7 +106,7 @@ let mouse.hide_when_typing = true; - key_bindings = [ + keyboard.bindings = [ { key = "F1"; mods = "Control";