Bluetooth module

This commit is contained in:
Nox Sluijtman 2025-02-24 22:27:29 +01:00
parent 2e0b4f41fc
commit 16f9ecf093
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
3 changed files with 31 additions and 2 deletions

View file

@ -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";
};