From 32b2c1c85df463c7cf45bc99dd8825e9e22080cc Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:21:56 +0200 Subject: [PATCH] firefox: simplify inherit formatting --- modules/firefox/hm.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; } ) {