diff --git a/modules/audio.nix b/modules/audio.nix index e22fc49..2246451 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -1,5 +1,5 @@ # modules/audio.nix -# Audio and Bluetooth configuration: Blueman GUI, volume control, media keys +# Audio and Bluetooth configuration: volume control, media keys { config, pkgs, @@ -8,12 +8,6 @@ }: { - # ═══════════════════════════════════════════════════════════════ - # BLUETOOTH - # ═══════════════════════════════════════════════════════════════ - # Bluetooth GUI management - services.blueman.enable = true; - # ═══════════════════════════════════════════════════════════════ # AUDIO PACKAGES # ═══════════════════════════════════════════════════════════════ @@ -21,8 +15,6 @@ # PipeWire volume control pwvucontrol # Modern PipeWire volume control (Qt) pavucontrol # Classic PulseAudio volume control (GTK) - as backup - helvum # PipeWire patchbay for routing audio - qpwgraph # PipeWire graph editor (visual audio routing) # Media player control playerctl # Control media players via D-Bus (for media keys)