packages: nushell: init
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964bcbbf4d3f08ea2ebc9c22e84b200de93
This commit is contained in:
parent
32f12cf705
commit
3bd3da0c0d
9 changed files with 530 additions and 14 deletions
|
@ -6,6 +6,7 @@
|
|||
helix = pkgs.callPackage ./helix {};
|
||||
kakoune = pkgs.callPackage ./kakoune.nix {};
|
||||
fish = pkgs.callPackage ./fish {inherit lib;};
|
||||
nushell = pkgs.callPackage ./nushell {};
|
||||
in {
|
||||
inherit kakoune fish helix;
|
||||
inherit kakoune fish helix nushell;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue