nix-dotfiles/hm/modules/jq.nix
2025-09-08 11:36:45 +02:00

5 lines
46 B
Nix

{
programs.jq = {
enable = true;
};
}