plugins/colorschemes: migrate helpers -> lib.nixvim

This commit is contained in:
Austin Horstman 2024-08-22 09:24:17 -05:00
parent b470800240
commit fba168aba7
No known key found for this signature in database
20 changed files with 236 additions and 220 deletions

View file

@ -1,6 +1,5 @@
{
lib,
helpers,
config,
pkgs,
...
@ -14,7 +13,7 @@ in
colorschemes.dracula = {
enable = mkEnableOption "dracula";
package = helpers.mkPluginPackageOption "dracula" pkgs.vimPlugins.dracula-vim;
package = lib.nixvim.mkPluginPackageOption "dracula" pkgs.vimPlugins.dracula-vim;
bold = mkOption {
type = types.bool;