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:
parent
f3ac07f2f7
commit
a802defb16
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue