fix bluetooth

This commit is contained in:
Melvin Ragusa
2026-02-03 21:01:14 +01:00
parent 7feea10d08
commit 7037d7dbfc

View File

@@ -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)