nixhome/jq.nix

7 lines
68 B
Nix

{ config, pkgs, ...}:
{
programs.jq = {
enable = true;
};
}