flake: add kakoune

This commit is contained in:
Charlie Root 2025-03-12 18:49:01 +01:00
commit cf105b786e
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 5 additions and 5 deletions

View file

@ -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;