mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/image.nvim: ueberzugPackage default to ueberzugppv
ueberzug is not maintained anymore. ueberzugpp is a active fork
This commit is contained in:
parent
7eb106ab69
commit
fc9178d124
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
||||||
nullable = true;
|
nullable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberzugPackage = lib.mkPackageOption pkgs "ueberzug" {
|
ueberzugPackage = lib.mkPackageOption pkgs "ueberzugpp" {
|
||||||
nullable = true;
|
nullable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue