helix: move to modules/home

Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964949ee86c73c9dee2fc4a89c01a7a0579
This commit is contained in:
Bloxx12 2025-07-21 00:03:20 +02:00
commit 71505a4629
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
7 changed files with 494 additions and 572 deletions

View file

@ -5,7 +5,6 @@
}:
let
inherit (pkgs) lib;
helix = pkgs.callPackage ./helix { };
kakoune = pkgs.callPackage ./kakoune.nix { };
fish = pkgs.callPackage ./fish { inherit lib; };
nushell = pkgs.callPackage ./nushell { };
@ -14,7 +13,6 @@ in
inherit
kakoune
fish
helix
nushell
;
}