man
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
onedark.enable = lib.mkEnableOption "Enable onedark module";
|
||||
};
|
||||
config = lib.mkIf config.onedark.enable {
|
||||
colorschemes.onedark.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user