forked from auxolotl/core
4 lines
80 B
Nix
4 lines
80 B
Nix
|
{ config, lib, ... }:
|
||
|
|
||
|
lib.mkIf config.enable { attrsOfSub.foo.enable = true; }
|