This commit is contained in:
Bryan Ramos 2026-04-30 22:58:18 -04:00
parent 0125273b57
commit 9feb01d2d6
2 changed files with 27 additions and 7 deletions

View file

@ -13,12 +13,14 @@ in
vimAlias = true;
vimdiffAlias = true;
extraPackages = with pkgs; [
lazygit
gcc
cargo
rustc
gcc
fzf
fd
ripgrep
bat
];
};