From e5f56ff26210cd2df57bba6995ff4032e2af564b Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 24 Oct 2022 12:59:15 +0200 Subject: [PATCH] Enable mpris-proxy --- home/common-linux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/common-linux.nix b/home/common-linux.nix index 192a7db..551e927 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -32,6 +32,9 @@ with lib; { programs.git.extraConfig.safe.directory = [ "${config.home.homeDirectory}/.config/nixpkgs" ]; + + # Bluetooth controls + services.mpris-proxy.enable = true; }); }