1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00

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) lib.platforms.linux)
]; ];
home.packages = [ cfg.package ];
systemd.user.services.playerctld = { systemd.user.services.playerctld = {
Unit.Description = "MPRIS media player daemon"; Unit.Description = "MPRIS media player daemon";