refactor(nixvim): move catppuccin to its own file

This commit is contained in:
Mohammad Rafiq 2025-03-07 17:30:28 +08:00
parent 3a63bec55b
commit bdbb40c953
5 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,5 @@
{
programs.nixvim.plugins.lualine = {
enable = true;
};
}