12 lines
92 B
Nix
12 lines
92 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
programs = {
|
|
jq = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|