diff --git a/profiles/base/hardware.nix b/profiles/base/hardware.nix index fbe03a8..f7b4900 100644 --- a/profiles/base/hardware.nix +++ b/profiles/base/hardware.nix @@ -1,6 +1,7 @@ { lib, pkgs, + config, ... }: let inherit (lib.modules) mkIf;