8 lines
66 B
Nix
8 lines
66 B
Nix
|
|
{ lib, custom, ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
config = {
|
||
|
|
enable = custom;
|
||
|
|
};
|
||
|
|
}
|