nixos/mihomo: format using nixfmt

This commit is contained in:
Guanran Wang 2024-05-26 14:06:36 +08:00
parent f1034cab06
commit 818fe57b73
No known key found for this signature in database
GPG Key ID: 91F97D9ED12639CF

View File

@ -2,10 +2,11 @@
# cfg.configFile contains secrets such as proxy servers' credential!
# we dont want plaintext secrets in world-readable `/nix/store`.
{ lib
, config
, pkgs
, ...
{
lib,
config,
pkgs,
...
}:
let
cfg = config.services.mihomo;