chore: Reformat jq.nix

This commit is contained in:
Alexander Kobjolke 2024-05-19 00:23:42 +02:00
parent b1522ff8cb
commit e0c29fd0e6

View file

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