colorschemes/base16: switch from base16-vim to nvim-base16

This commit is contained in:
Gaetan Lepage 2023-07-06 11:18:14 +02:00 committed by Gaétan Lepage
parent 27bb28f23e
commit 16a0f6c500
2 changed files with 106 additions and 2 deletions

View file

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