From b4eac9aadd727ae5999ae7bd2f627e5918a1d780 Mon Sep 17 00:00:00 2001 From: Richard Mauer Date: Wed, 1 Jan 2025 18:59:10 -0500 Subject: [PATCH] adjust modulargs position again --- config/base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/base.nix b/config/base.nix index d4fb34f..eaa47b1 100644 --- a/config/base.nix +++ b/config/base.nix @@ -4,10 +4,10 @@ options.customPkgs.installFiles = lib.mkOption { type = lib.types.package; }; - config = { - _moduleArgs = { + _moduleArgs = { inherit (config.customPkgs.installFiles) customPkgs; }; + config = { imports = [ ../quickly.nix ## installer.nix is a system service to run a script on boot