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