nixfiles/home/dev/extra.nix

2 lines
79 B
Nix
Raw Normal View History

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