nixos/home-manager/common-packages.nix
2024-02-23 21:14:32 +01:00

30 lines
342 B
Nix

{ pkgs, ... }:
let
crates = import ../custom-pkgs/crates pkgs;
in
with pkgs; [
bacon
bat
cargo-cross
cargo-expand
cargo-mommy
cargo-nextest
dig
fzf
gcc
gdb
gh
git-absorb
git-crypt
htop
hyperfine
inferno
jq
p7zip
python3
ripgrep
rustup-toolchain-install-master
samply
tokei
uwuify
] ++ crates