nixos/home-manager/common-packages.nix
2023-11-16 19:58:01 +01:00

25 lines
310 B
Nix

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