nix/option/Sound.nix

7 lines
84 B
Nix

{
lib,
...
}: {
options.module.sound.enable = lib.mkEnableOption "the sound.";
}