feat(nixvim): set moonfly as the new colorscheme

This commit is contained in:
lightly-toasted 2025-08-05 15:00:02 +09:00
parent ae0d590f53
commit 7dba818aca
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
settings = {
options = {
icons_enabled = true;
theme = "ayu_dark";
theme = "moonfly";
};
};
};