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

5 lines
69 B
Nix

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