diff --git a/apps/helix.nix b/apps/helix.nix index 8d5858833fd2d7657ebb460ca7d2f89e1f771bd6..d7696a2025253db5a4c1f16447dd32037b550f82 100644 --- a/apps/helix.nix +++ b/apps/helix.nix @@ -153,19 +153,21 @@ languages = { language = [ { { + }; cursor-shape = { formatter = { { + C-c = ":config-open"; normal = "block"; +{ }; } { color-modes = true; - theme = "catppuccin_mocha_transparent"; + programs.helix = { formatter = { color-modes = true; - editor = { - args = ["--stdin"]; + defaultEditor = true; }; } {