nix-dotfiles/modules/jq.nix
2021-05-21 22:30:33 +02:00

5 lines
46 B
Nix

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