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"; + }; }; }; };