diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-03 03:50:20 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-03 03:50:20 -0600 |
| commit | e155caf794ce6c7b353a49cabf53be66574d2322 (patch) | |
| tree | 28d16b8c84e7da1980e59435c8eb30d80d3cc202 /modules/home-manager/helix.nix | |
| parent | 8aacb14fcab1ef1efd0458fb4a97e81ec852f472 (diff) | |
fixed config typo
Diffstat (limited to 'modules/home-manager/helix.nix')
| -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"; |
