nixfiles/home/dev/all/extra.nix
ChaotiCryptidz 07e3d5b586 steam
2022-01-24 21:18:03 +00:00

12 lines
124 B
Nix

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