nixos-config/home/alex/programs/jq/default.nix

12 lines
83 B
Nix

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