Enable media key support for Firefox audio

This commit is contained in:
coolneng 2024-08-13 14:23:36 +02:00
parent e00f3fe3a9
commit 725e6309ea
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -83,4 +83,7 @@ in {
explore_songs = 100
'';
};
# MPRIS integration
services.playerctld.enable = true;
}