firefox: simplify inherit formatting

This commit is contained in:
NAHO 2025-06-25 23:21:56 +02:00
parent 59d500f864
commit 32b2c1c85d
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5

View file

@ -9,11 +9,7 @@
(
name: humanName:
lib.modules.importApply ./each-config.nix {
inherit
mkTarget
name
humanName
;
inherit mkTarget name humanName;
}
)
{