1
0
Fork 0
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:
Heitor Augusto 2025-11-02 19:46:36 -03:00
parent 269147983c
commit bf957e1e0b
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

@ -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 = { };
};
};
};
}