mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
5 lines
80 B
Nix
5 lines
80 B
Nix
{ config, lib, ... }:
|
|
|
|
lib.mkIf config.enable {
|
|
loaOfSub.foo.enable = true;
|
|
}
|