mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
parent
d8a86e9b3f
commit
c73bef16ab
61 changed files with 112 additions and 263 deletions
|
@ -2,6 +2,7 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.colorschemes.base16;
|
||||
helpers = import ../helpers.nix { inherit lib; };
|
||||
themes = import ./base16-list.nix;
|
||||
in
|
||||
{
|
||||
|
@ -9,11 +10,7 @@ in
|
|||
colorschemes.base16 = {
|
||||
enable = mkEnableOption "base16";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.base16-vim;
|
||||
description = "Plugin to use for base16";
|
||||
};
|
||||
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.base16-vim;
|
||||
|
||||
useTruecolor = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue