diff --git a/hosts/common/programs/helix.nix b/hosts/common/programs/helix.nix index 025af61c..7f4cd8c0 100644 --- a/hosts/common/programs/helix.nix +++ b/hosts/common/programs/helix.nix @@ -8,5 +8,10 @@ # - `hx --grammar fetch` and `hx --grammar build` # but otherwise, they ship as part of HELIX_RUNTIME, in the nix store # persist.plaintext = [ ".config/helix/runtime/grammars" ]; + fs.".config/helix/config.toml".symlink.text = '' + # docs: + [editor.soft-wrap] + enable = true + ''; }; }