mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
7 lines
66 B
Nix
7 lines
66 B
Nix
{ lib, custom, ... }:
|
|
|
|
{
|
|
config = {
|
|
enable = custom;
|
|
};
|
|
}
|