fix(options): move neovim enable option to its module
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
./plugins
|
||||
];
|
||||
|
||||
options.kekleo.neovim = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Whether to enable neovim.";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.kekleo.neovim {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user