feat(nixvim): add noice and lualine for status and cmd line

This commit is contained in:
Mohammad Rafiq 2025-03-07 17:22:58 +08:00
parent 474d30652a
commit 3a63bec55b
3 changed files with 13 additions and 1 deletions

View file

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