From 954863231071ce5954c7c381653aef1e7db0d20d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 13 Dec 2023 12:53:28 +0300 Subject: [PATCH] Use Bash for the helix shell --- modules/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helix/default.nix b/modules/helix/default.nix index 6e5d2f5..b8c89e0 100644 --- a/modules/helix/default.nix +++ b/modules/helix/default.nix @@ -29,7 +29,7 @@ file-picker.hidden = false; idle-timeout = 200; line-number = "relative"; - shell = [ "nu" "--commands" ]; + shell = [ "bash" "-c" ]; text-width = 100; };