nichts/packages/default.nix

8 lines
146 B
Nix
Raw Normal View History

2025-03-03 15:43:20 +01:00
pkgs: let
helix = pkgs.callPackage ./helix.nix {};
kakoune = null;
fish = pkgs.callPackage ./shell {};
in {
inherit helix kakoune fish;
}