Skip to content

Commit

Permalink
plugins/image.nvim: ueberzugPackage default to ueberzugppv
Browse files Browse the repository at this point in the history
ueberzug is not maintained anymore.

ueberzugpp is a active fork
  • Loading branch information
samos667 committed Nov 27, 2024
1 parent 7eb106a commit fc9178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/image/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in
nullable = true;
};

ueberzugPackage = lib.mkPackageOption pkgs "ueberzug" {
ueberzugPackage = lib.mkPackageOption pkgs "ueberzugpp" {
nullable = true;
};

Expand Down

0 comments on commit fc9178d

Please sign in to comment.