Revert "feat: nvim integration"

This reverts commit 52abd8f311.
This commit is contained in:
2024-04-07 19:10:57 +02:00
parent 52abd8f311
commit 69a6b4125f
5 changed files with 47 additions and 58 deletions

View File

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