mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
feat: add jujutsu and ast-grep
This commit is contained in:
parent
494b7c9d81
commit
51cdbd39f7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue