nixpkgs/home/programs/jq.nix

17 lines
199 B
Nix
Raw Normal View History

{
config
}:
2022-02-14 16:06:43 +01:00
{
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";
};
}