f34ce41345
GitOrigin-RevId: b73c2221a46c13557b1b3be9c2070cc42cf01eb3
7 lines
61 B
Nix
7 lines
61 B
Nix
{ custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
enable = custom;
|
|
};
|
|
}
|