mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/dependencies: add ueberzug
This commit is contained in:
parent
cfd4b61262
commit
30c4d00b72
4 changed files with 11 additions and 17 deletions
|
@ -9,6 +9,7 @@ let
|
|||
|
||||
packages = {
|
||||
curl.default = "curl";
|
||||
ueberzug.default = "ueberzugpp";
|
||||
};
|
||||
|
||||
mkDependencyOption = name: properties: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue