4 lines
109 B
Nix
4 lines
109 B
Nix
config:
|
|
builtins.map
|
|
(n: {name = n; value = {enable = true;}; })
|
|
(import ./allmodules.nix config)
|