pkg(nixvim): Refactor ui module for nixvim

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 3948d2b53d
commit dbb0d61937
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 97 additions and 9 deletions

View file

@ -0,0 +1,7 @@
{...}: {
colorschemes.gruvbox = {
enable = true;
settings = {
};
};
}