modules/dependencies: add ueberzug

This commit is contained in:
Gaetan Lepage 2025-04-06 17:21:36 +02:00 committed by nix-infra-bot
parent cfd4b61262
commit 30c4d00b72
4 changed files with 11 additions and 17 deletions

View file

@ -22,5 +22,9 @@ lib: {
plugin = "image";
packageName = "curl";
})
(lib.nixvim.mkRemovedPackageOptionModule {
plugin = "image";
packageName = "ueberzug";
})
];
}