chore: split up helix into multiple packages

This commit is contained in:
Bloxx12 2025-05-09 09:54:11 +02:00
commit 88c73558f4
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
4 changed files with 154 additions and 125 deletions

View file

@ -2,7 +2,7 @@
pkgs,
helix,
}: let
wrapped-helix = pkgs.callPackage ./helix.nix {inherit helix;};
wrapped-helix = pkgs.callPackage ./helix {inherit helix;};
kakoune = pkgs.callPackage ./kakoune.nix {};
fish = pkgs.callPackage ./shell {};
in {