12 lines
189 B
Nix
12 lines
189 B
Nix
self: {
|
|
imports = [
|
|
./monitors.nix
|
|
./gamescoperun.nix
|
|
./wrappers.nix
|
|
];
|
|
|
|
# Pass inputs to all modules via _module.args
|
|
_module.args = {
|
|
inputs = self.inputs;
|
|
};
|
|
}
|