nixfiles/home/dev/all/extra.nix

4 lines
94 B
Nix
Raw Normal View History

2021-12-27 09:46:15 +00:00
{ pkgs, inputs, ... }: {
2022-01-25 13:01:22 +00:00
home.packages = with pkgs; [ jq ripgrep fd pv tmux socat file ];
2021-12-27 09:46:15 +00:00
}