nixfiles/profiles/dev/extra.nix

12 lines
129 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
jq
ripgrep
fd
pv
file
tmux
socat
];
}