nixfiles/home/dev/all/extra.nix
ChaotiCryptidz 66092dd42c format
2022-01-25 13:01:22 +00:00

4 lines
94 B
Nix

{ pkgs, inputs, ... }: {
home.packages = with pkgs; [ jq ripgrep fd pv tmux socat file ];
}