From d300cb13bcf045a3cb3511ae671b7ee81514bca8 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 15 Jun 2025 15:37:50 +0200 Subject: [PATCH] add soft wrap --- modules/apps/terminal/helix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/apps/terminal/helix.nix b/modules/apps/terminal/helix.nix index f6ea2bb..3bf3b9a 100644 --- a/modules/apps/terminal/helix.nix +++ b/modules/apps/terminal/helix.nix @@ -16,6 +16,8 @@ insert = "bar"; select = "underline"; }; + + soft-wrap.enable = true; }; }; languages.language = [];