From e603e2bb0cd7518da1424406080b6311c56255f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Thu, 17 Oct 2024 07:14:53 +0200 Subject: [PATCH] fix(home/gael): alacritty cursor color --- users/gael/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/gael/home.nix b/users/gael/home.nix index 1b549cd..389580d 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -413,7 +413,7 @@ }; cursor = { text = "#fdf6e3"; - curser = "#657b83"; + cursor = "#657b83"; }; normal = { black = "#073642";