Enable mpris-proxy
This commit is contained in:
parent
b87deb6a65
commit
e5f56ff262
|
@ -32,6 +32,9 @@ with lib; {
|
|||
programs.git.extraConfig.safe.directory = [
|
||||
"${config.home.homeDirectory}/.config/nixpkgs"
|
||||
];
|
||||
|
||||
# Bluetooth controls
|
||||
services.mpris-proxy.enable = true;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue