From f2702acf46e1bba801af022276315bd19fddf0eb Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 7 Jun 2025 22:58:08 +0300 Subject: [PATCH] helix: set shell to nu --- modules/common/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 7cdab0f..d46813c 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -161,6 +161,7 @@ in { file-picker.hidden = false; idle-timeout = 0; line-number = "relative"; + shell = [ "nu" "--commands" ]; text-width = 100; };