mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
7 lines
61 B
Nix
7 lines
61 B
Nix
{ custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
enable = custom;
|
|
};
|
|
}
|