nixfiles/profiles/dev/extra.nix
2021-12-25 17:50:34 +00:00

12 lines
129 B
Nix

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