Files
nix/home/common/features/bluetooth.nix
T
Miguel Palhas cf47ffea96 hypr scripts
2024-10-06 17:07:58 +01:00

15 lines
324 B
Nix

{ pkgs, ... }:
{
# services.blueman-applet.enable = true;
# systemd.user.services.mpris-proxy = {
# description = "Mpris proxy";
# after = [
# "network.target"
# "sound.target"
# ];
# wantedBy = [ "default.target" ];
# serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
# };
}