playerctld: add to $PATH (#6753)

This commit is contained in:
Silence Tai 2025-04-04 23:41:39 +08:00 committed by GitHub
parent f3ac07f2f7
commit a802defb16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,8 @@ in {
lib.platforms.linux)
];
home.packages = [ cfg.package ];
systemd.user.services.playerctld = {
Unit.Description = "MPRIS media player daemon";