utility/images: add image.nvim

This commit is contained in:
raf 2024-02-17 03:19:38 +03:00
commit 7cb428520b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 194 additions and 3 deletions

View file

@ -162,6 +162,11 @@
flake = false;
};
image-nvim = {
url = "github:3rd/image.nvim";
flake = false;
};
# Tidal cycles
tidalcycles = {
url = "github:mitchmindtree/tidalcycles.nix";