diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/helix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index a8891a5..d93a2ea 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -13,7 +13,7 @@ cursorline = true; color-modes = true; lsp.display-messages = true; - cursor.shape = { + cursor-shape = { insert = "bar"; normal = "block"; select = "underline"; |
