summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-10-03 03:50:20 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-10-03 03:50:20 -0600
commite155caf794ce6c7b353a49cabf53be66574d2322 (patch)
tree28d16b8c84e7da1980e59435c8eb30d80d3cc202
parent8aacb14fcab1ef1efd0458fb4a97e81ec852f472 (diff)
fixed config typo
-rw-r--r--modules/home-manager/helix.nix2
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";