user: add helix package
This commit is contained in:
parent
71b81c3b98
commit
89234cfa5a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue