Bluetooth module
This commit is contained in:
parent
2e0b4f41fc
commit
16f9ecf093
3 changed files with 31 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let cfg = config.voidconf.audio;
|
||||
in {
|
||||
let
|
||||
cfg = config.voidconf.audio;
|
||||
in
|
||||
{
|
||||
options.voidconf.audio = {
|
||||
enable = mkEnableOption "Enable all the audio daemons";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue