2025-03-07 11:27:13 -05:00

12 lines
92 B
Nix

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