mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
7 lines
66 B
Nix
7 lines
66 B
Nix
{ lib, custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
enable = custom;
|
|
};
|
|
}
|