user: add helix package

This commit is contained in:
Charlie Root 2024-11-03 15:29:38 +01:00
commit 89234cfa5a
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -1,11 +1,11 @@
{ {
inputs,
pkgs, pkgs,
... ...
}: rec { }: rec {
packages = { packages = {
fish = pkgs.callPackage ./shell {}; fish = pkgs.callPackage ./shell {};
helix = pkgs.callPackge ./helix {}; # helix = pkgs.callPackge ./helix {};
kakoune = pkgs.callPackage ./kakoune {};
}; };
shell = pkgs.mkShell { shell = pkgs.mkShell {
name = "bloxx-shell"; name = "bloxx-shell";