chore: split up helix into multiple packages
This commit is contained in:
parent
9f925d579b
commit
88c73558f4
4 changed files with 154 additions and 125 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue