chore: Reformat jq.nix

This commit is contained in:
Alexander Kobjolke 2024-05-19 00:23:42 +02:00
parent 377e844f13
commit eb31ee2db4

View file

@ -1,5 +1,12 @@
{ config, lib, pkgs, ... }: {
config,
lib,
pkgs,
...
}:
{ {
programs.jq = { enable = true; }; programs.jq = {
enable = true;
};
} }