feat: Update neovim and other items

This commit is contained in:
uttarayan21
2024-09-25 12:47:26 +05:30
parent 33c7d05ba7
commit ebf77a5700
8 changed files with 376 additions and 136 deletions

View File

@@ -4,5 +4,9 @@
...
}: {
imports = [inputs.nixvim.homeManagerModules.nixvim];
programs.nixvim = pkgs.sneovim.config // {enable = true;};
programs.nixvim =
pkgs.sneovim.config
// {
enable = true;
};
}