plugins/base16: rename plugin to conform with upstream

This commit is contained in:
Gaetan Lepage 2024-02-18 22:44:10 +01:00 committed by Gaétan Lepage
parent 1a3b4a1829
commit 08f3289d34

View file

@ -13,7 +13,7 @@ in {
colorschemes.base16 = {
enable = mkEnableOption "base16";
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.nvim-base16;
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.base16-nvim;
useTruecolor = mkOption {
type = types.bool;