From 61abb99a2f22175793378b185cbad616c0183a1e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 18 Jul 2024 13:50:16 +0200 Subject: [PATCH] Reorder module arguments --- hosts/north/hardware.nix | 2 +- modules/home/sops.nix | 2 +- modules/home/vscode.nix | 2 +- wrappers/firefox/extensions.nix | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/hosts/north/hardware.nix b/hosts/north/hardware.nix index b57e173..5d986e0 100644 --- a/hosts/north/hardware.nix +++ b/hosts/north/hardware.nix @@ -1,6 +1,6 @@ { - inputs, config, + inputs, pkgs, lib, ... diff --git a/modules/home/sops.nix b/modules/home/sops.nix index e3235b9..b25be82 100644 --- a/modules/home/sops.nix +++ b/modules/home/sops.nix @@ -1,7 +1,7 @@ { + config, self, inputs, - config, lib, ... }@moduleArgs: diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index b3b42f5..a60d456 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -1,6 +1,6 @@ { - inputs, config, + inputs, pkgs, lib, ... diff --git a/wrappers/firefox/extensions.nix b/wrappers/firefox/extensions.nix index 6d46b03..376190c 100644 --- a/wrappers/firefox/extensions.nix +++ b/wrappers/firefox/extensions.nix @@ -1,4 +1,9 @@ -{ inputs, pkgs, lib, ... }: +{ + inputs, + pkgs, + lib, + ... +}: let extension = shortId: uuid: { name = uuid;