added missing dependencies and snippets

This commit is contained in:
chloe 2025-09-30 12:41:35 +02:00
parent 05ad03cb36
commit 3283a7f9e1
2 changed files with 5 additions and 0 deletions

View file

@ -49,12 +49,14 @@
}; };
dependencies = { dependencies = {
direnv.enable = true;
fzf.enable = true; fzf.enable = true;
gcc.enable = true; gcc.enable = true;
git.enable = true; git.enable = true;
lazygit.enable = true; lazygit.enable = true;
tree-sitter.enable = true; tree-sitter.enable = true;
ripgrep.enable = true; ripgrep.enable = true;
nodejs.enable = true;
}; };
} }

View file

@ -263,5 +263,8 @@
]; ];
}; };
}; };
friendly-snippets.enable = true;
}; };
} }