nix-config/modules/tools/utils/default.nix
2025-09-28 23:18:39 +02:00

17 lines
166 B
Nix

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