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;