feat: nvim integration

This commit is contained in:
2024-04-07 19:10:17 +02:00
parent 040515003f
commit 52abd8f311
5 changed files with 58 additions and 47 deletions

View File

@@ -11,7 +11,10 @@ let
cfg = config.theme.base16;
in
{
imports = [ ./integrations/kitty ];
imports = [
./integrations/kitty
./integrations/neovim
];
options.theme.base16 = {
enable = mkEnableOption "Enable a global base16 theme";