chore: replace { ... } with _

This commit is contained in:
2025-05-10 19:06:39 +08:00
parent 06c670bf30
commit 3a12722913
29 changed files with 29 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ let
);
autologinModule = types.submodule (
{ ... }:
_:
{
options = {
enable = mkEnableOption "autologin";