diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 920bb80..eafb66a 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -18,6 +18,7 @@ settings.editor = { color-modes = true; + cursor-shape.insert = "bar"; cursorline = true; file-picker.hidden = false; line-number = "relative"; @@ -38,11 +39,6 @@ "`" = "`"; }; - settings.editor.cursor-shape = { - normal = "bar"; - insert = "bar"; - }; - settings.editor.mode = { normal = "NORMAL"; insert = "INSERT";