add kobo utils

This commit is contained in:
Anish Lakhwara
2023-01-01 16:48:01 +10:00
parent a90219e7cd
commit a8b735e34d
4 changed files with 74 additions and 0 deletions
+2
View File
@@ -5,4 +5,6 @@
plymouth-themes = pkgs.callPackage ./plymouth.nix { };
tic-80 = pkgs.callPackage ./tic-80.nix { };
fennel-ls = pkgs.callPackage ./fennel-ls.nix { };
kobopatch = pkgs.callPackage ./kobopatch.nix { };
# mautrix-discord = pkgs.callPackage ./mautrix-discord.nix { }; # Handled by matrix-appservices input
}