mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue