feat: neovim - parinfer-rust

This commit is contained in:
Ryan Yin
2024-01-06 00:05:02 +08:00
parent 9ffdbfe068
commit aaef949c99
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: {
programs.helix = {
enable = true;
package = pkgs.helix;
};
}