4 lines
94 B
Nix
4 lines
94 B
Nix
{ pkgs, inputs, ... }: {
|
|
home.packages = with pkgs; [ jq ripgrep fd pv tmux socat file ];
|
|
}
|