mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
8 lines
61 B
Nix
8 lines
61 B
Nix
{ custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
enable = custom;
|
|
};
|
|
}
|