initial
This commit is contained in:
19
config/colorschemes/ayu.nix
Normal file
19
config/colorschemes/ayu.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
ayu.enable = lib.mkEnableOption "Enable ayu module";
|
||||
};
|
||||
config = lib.mkIf config.ayu.enable {
|
||||
colorschemes = {
|
||||
ayu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
mirage = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user