From c9b254999da1c704b043af4b5317e14bd3bcf5cb Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 24 Feb 2025 16:40:12 +0530 Subject: [PATCH] feat: Added evil-helix --- home/programs/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/helix.nix b/home/programs/helix.nix index 78299d2a..d643a256 100644 --- a/home/programs/helix.nix +++ b/home/programs/helix.nix @@ -19,5 +19,6 @@ esc = ["collapse_selection" "keep_primary_selection"]; }; }; + package = pkgs.evil-helix; }; }