diff --git a/modules/firefox/hm.nix b/modules/firefox/hm.nix index dd8c8e60..74faf8ec 100644 --- a/modules/firefox/hm.nix +++ b/modules/firefox/hm.nix @@ -9,11 +9,7 @@ ( name: humanName: lib.modules.importApply ./each-config.nix { - inherit - mkTarget - name - humanName - ; + inherit mkTarget name humanName; } ) {