Move to DashVim

This commit is contained in:
DashieTM 2024-07-15 01:57:04 +02:00
parent cd0bfe5cd5
commit e8fa641a15
11 changed files with 682 additions and 339 deletions

View file

@ -169,6 +169,15 @@
};
};
nvim-colorscheme = lib.mkOption {
default = { tokyonight = { enable = true; }; };
example = { catppuccin = { enable = true; }; };
type = lib.types.attrs;
description = ''
nixvim colorscheme.
'';
};
colorscheme = lib.mkOption {
default = {
# custom tokyo night