From 72e91c49fbe7e0660ed5619218769cdde89861a7 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 24 Jul 2025 18:19:09 +0200 Subject: [PATCH] correct some config --- modules/home-manager/terminal/alacritty.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/terminal/alacritty.nix b/modules/home-manager/terminal/alacritty.nix index 3d051f1..fc00d6f 100644 --- a/modules/home-manager/terminal/alacritty.nix +++ b/modules/home-manager/terminal/alacritty.nix @@ -37,11 +37,9 @@ in style = "BoldItalic"; }; }; -# colors = { -# primary = { -# background = "#000000"; -# }; -# }; + cursor = { + style = "Underline"; + }; }; }; };