nushell: move to modules/home

Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964b332aee4de78ddbba4d16b55f6783485
This commit is contained in:
Bloxx12 2025-07-21 00:05:24 +02:00
commit 8c3ff343b0
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
10 changed files with 183 additions and 128 deletions

View file

@ -7,12 +7,10 @@ let
inherit (pkgs) lib;
kakoune = pkgs.callPackage ./kakoune.nix { };
fish = pkgs.callPackage ./fish { inherit lib; };
nushell = pkgs.callPackage ./nushell { };
in
{
inherit
kakoune
fish
nushell
;
}