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