mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-24 03:09:39 +01:00
colorschemes/ayu: migrate to by-name
This commit is contained in:
parent
269147983c
commit
bf957e1e0b
3 changed files with 0 additions and 1 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.ayu.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.ayu = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
mirage = false;
|
||||
|
||||
# FIXME: this can't be empty due to raw coercion
|
||||
overrides = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue