fix bluetooth
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# modules/audio.nix
|
# modules/audio.nix
|
||||||
# Audio and Bluetooth configuration: Blueman GUI, volume control, media keys
|
# Audio and Bluetooth configuration: volume control, media keys
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -8,12 +8,6 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
# ═══════════════════════════════════════════════════════════════
|
|
||||||
# BLUETOOTH
|
|
||||||
# ═══════════════════════════════════════════════════════════════
|
|
||||||
# Bluetooth GUI management
|
|
||||||
services.blueman.enable = true;
|
|
||||||
|
|
||||||
# ═══════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════
|
||||||
# AUDIO PACKAGES
|
# AUDIO PACKAGES
|
||||||
# ═══════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════
|
||||||
@@ -21,8 +15,6 @@
|
|||||||
# PipeWire volume control
|
# PipeWire volume control
|
||||||
pwvucontrol # Modern PipeWire volume control (Qt)
|
pwvucontrol # Modern PipeWire volume control (Qt)
|
||||||
pavucontrol # Classic PulseAudio volume control (GTK) - as backup
|
pavucontrol # Classic PulseAudio volume control (GTK) - as backup
|
||||||
helvum # PipeWire patchbay for routing audio
|
|
||||||
qpwgraph # PipeWire graph editor (visual audio routing)
|
|
||||||
|
|
||||||
# Media player control
|
# Media player control
|
||||||
playerctl # Control media players via D-Bus (for media keys)
|
playerctl # Control media players via D-Bus (for media keys)
|
||||||
|
|||||||
Reference in New Issue
Block a user