diff --git a/user/progs/alacritty/default.nix b/user/progs/alacritty/default.nix index f2a670e..a6af802 100644 --- a/user/progs/alacritty/default.nix +++ b/user/progs/alacritty/default.nix @@ -11,6 +11,12 @@ }; }; + cursor = { + style= { + shape = "Underline"; + }; + }; + colors = { primary = { background = "0x282a36";