nix-config/modules/tools/utils/default.nix
2025-10-06 22:31:24 +02:00

18 lines
176 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
bat
fd
gnumake
jet
jq
localsend
pandoc
parallel
ripgrep
tokei
unzip
wget
];
}