plugins/image: add curlPackage and ueberzugPackage

This commit is contained in:
Austin Horstman 2024-08-30 20:00:57 -05:00
parent 6915b851a2
commit 93b8b75ff3
No known key found for this signature in database
2 changed files with 21 additions and 2 deletions

View file

@ -74,4 +74,15 @@
backend = "ueberzug";
};
};
no-packages = {
test.runNvim = false;
plugins.image = {
enable = true;
backend = "kitty";
curlPackage = null;
ueberzugPackage = null;
};
};
}