adjust modulargs position again

This commit is contained in:
Richard Mauer 2025-01-01 18:59:10 -05:00
parent fa0ef879d6
commit b4eac9aadd

View File

@ -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