Formatting and use of new module

This commit is contained in:
pazpi 2024-09-11 21:31:22 +02:00
parent c99cad7aef
commit cbb0f773b9
3 changed files with 23 additions and 12 deletions

View file

@ -1,7 +1,8 @@
{ config
, pkgs
, lib
, ...
{
config,
pkgs,
lib,
...
}:
with lib;

View file

@ -1,7 +1,8 @@
{ config
, pkgs
, lib
, ...
{
config,
pkgs,
lib,
...
}:
with lib;