6 lines
89 B
Nix
6 lines
89 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
attrsOfSub = lib.mkIf config.enable { foo.enable = true; };
|
|
}
|