nixpkgs/home/programs/jq.nix

14 lines
196 B
Nix
Raw Permalink Normal View History

2022-02-14 16:06:43 +01:00
{ config }:
{
enable = true;
colors = {
null = "1;35";
2023-01-26 15:02:36 +01:00
false = "0;36";
true = "0;36";
2022-02-14 16:06:43 +01:00
numbers = "0;32";
strings = "0;33";
arrays = "1;37";
objects = "1;37";
};
}