wrapped fish: add to packages

This commit is contained in:
Charlie Root 2024-09-22 01:47:01 +02:00
commit ec578e21fa

View file

@ -21,6 +21,7 @@
packages = {
nushell = import ./extraPackages/nushell {inherit inputs lib pkgs;};
fish = import ./extraPackages/fish {inherit inputs lib pkgs;};
helix = import ./extraPackages/helix-wrapped.nix {inherit inputs inputs' lib pkgs;};
};
};