1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 09:21:15 +01:00

colorschemes/bamboo: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:36 -03:00 committed by Gaétan Lepage
parent b7a5408387
commit cbc842c9a6
3 changed files with 0 additions and 1 deletions

View file

@ -1,15 +0,0 @@
{
empty = {
colorschemes.bamboo.enable = true;
};
defaults = {
colorschemes.bamboo = {
enable = true;
settings = {
style = "vulgaris";
};
};
};
}