home/common/nvf | cleanup

This commit is contained in:
Don Harper 2025-08-09 23:51:02 -05:00
parent ecd2ac22bd
commit cf14f9f349

View file

@ -1,9 +1,4 @@
{
config,
pkgs,
nvf,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [tree-sitter fd ripgrep];
programs.nvf = {
enable = true;