man
This commit is contained in:
12
config/colorschemes/onedark.nix
Normal file
12
config/colorschemes/onedark.nix
Normal file
@ -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