app: add mpris

This commit is contained in:
Kabbone 2022-12-17 20:08:59 +01:00
parent 4bd0834921
commit 099101082c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -174,4 +174,10 @@
name = "JetBrains Mono Medium"; # or FiraCode Nerd Font Mono Medium
}; # Cursor is declared under home.pointerCursor
};
systemd.user.services.mpris-proxy = {
Unit.Description = "Mpris proxy";
Unit.After = [ "network.target" "sound.target" ];
Service.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
Install.WantedBy = [ "default.target" ];
};
}