flake: add kakoune
This commit is contained in:
parent
5ce5cae930
commit
cf105b786e
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgs: let
|
||||
helix = pkgs.callPackage ./helix.nix {};
|
||||
kakoune = null;
|
||||
kakoune = pkgs.callPackage ./kakoune.nix {};
|
||||
fish = pkgs.callPackage ./shell {};
|
||||
in {
|
||||
inherit helix kakoune fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue