From 51cdbd39f7a9c8ac22f17f616bfefec63b9e906a Mon Sep 17 00:00:00 2001 From: Tine Date: Fri, 5 Jul 2024 13:52:42 +0200 Subject: [PATCH] feat: add jujutsu and ast-grep --- nix/core.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nix/core.nix b/nix/core.nix index ca99f15..cd35d6a 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -13,10 +13,11 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ - # Git + # VCS git git-lfs difftastic + jujutsu # Tools ripgrep @@ -36,6 +37,9 @@ direnv tree bottom + + # Refactoring + ast-grep rename # VMs