lib/options: rename mkPackageOption to mkPluginPackageOption

This commit is contained in:
Gaetan Lepage 2024-05-17 14:09:20 +02:00 committed by Gaétan Lepage
parent 40598fc1bd
commit 26367692da
110 changed files with 111 additions and 111 deletions

View file

@ -13,7 +13,7 @@ in
options.plugins.vim-bbye = {
enable = mkEnableOption "vim-bbye";
package = helpers.mkPackageOption "vim-bbye" pkgs.vimPlugins.vim-bbye;
package = helpers.mkPluginPackageOption "vim-bbye" pkgs.vimPlugins.vim-bbye;
keymapsSilent = mkOption {
type = types.bool;