mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 22:08:46 +02:00
modules/dependencies: add ueberzug
This commit is contained in:
parent
cfd4b61262
commit
30c4d00b72
4 changed files with 11 additions and 17 deletions
|
@ -22,5 +22,9 @@ lib: {
|
|||
plugin = "image";
|
||||
packageName = "curl";
|
||||
})
|
||||
(lib.nixvim.mkRemovedPackageOptionModule {
|
||||
plugin = "image";
|
||||
packageName = "ueberzug";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue