feat: add jujutsu and ast-grep

This commit is contained in:
Tine 2024-07-05 13:52:42 +02:00
parent 494b7c9d81
commit 51cdbd39f7
No known key found for this signature in database

View file

@ -13,10 +13,11 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
# Git # VCS
git git
git-lfs git-lfs
difftastic difftastic
jujutsu
# Tools # Tools
ripgrep ripgrep
@ -36,6 +37,9 @@
direnv direnv
tree tree
bottom bottom
# Refactoring
ast-grep
rename rename
# VMs # VMs