mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 19:22:55 +00:00
feat: nvim integration
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user