7 lines
84 B
Nix
7 lines
84 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
options.module.sound.enable = lib.mkEnableOption "the sound.";
|
|
}
|