refactor: adjust formatting in NixOS service module

Reformatted the argument list for better readability and consistency. No functional changes were made to the module.
This commit is contained in:
Harald Hoyer 2025-03-19 10:28:19 +01:00
parent 3afb54f4d7
commit 7402e59186

View file

@ -1,8 +1,9 @@
{ options
, config
, lib
, pkgs
, ...
{
options,
config,
lib,
pkgs,
...
}:
with lib;
with lib.metacfg;