1
Fork 0
satellite/home/features/desktop/audio.nix

5 lines
82 B
Nix
Raw Permalink Normal View History

2024-02-29 12:44:52 +01:00
{
# Makes bluetooth media controls work
services.mpris-proxy.enable = true;
}