mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
5 lines
82 B
Nix
5 lines
82 B
Nix
{ config, lib, ... }:
|
|
|
|
lib.mkIf config.enable {
|
|
attrsOfSub.foo.enable = true;
|
|
}
|