nichts/packages/default.nix

7 lines
146 B
Nix

pkgs: let
helix = pkgs.callPackage ./helix.nix {};
kakoune = null;
fish = pkgs.callPackage ./shell {};
in {
inherit helix kakoune fish;
}