adjust modulargs position again
This commit is contained in:
parent
fa0ef879d6
commit
b4eac9aadd
@ -4,10 +4,10 @@
|
||||
options.customPkgs.installFiles = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
};
|
||||
config = {
|
||||
_moduleArgs = {
|
||||
inherit (config.customPkgs.installFiles) customPkgs;
|
||||
};
|
||||
config = {
|
||||
imports = [
|
||||
../quickly.nix
|
||||
## installer.nix is a system service to run a script on boot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user