nixfiles/profiles/dev/extra.nix

4 lines
94 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2021-12-26 14:07:09 +00:00
environment.systemPackages = with pkgs; [ jq ripgrep fd pv tmux socat ];
}