1

Modules/Mpd: Disable discord rpc

This commit is contained in:
2025-07-21 23:57:58 +02:00
parent a5da6ec253
commit 99d39f1978

View File

@ -74,7 +74,9 @@ in {
};
mpd-discord-rpc = {
enable = true;
# NOTE: Creates a new thread for each IPC request but don't cleans them up?
# They just keep accumulating when discord is not running lol
enable = false;
# NOTE: Bitch wants to create a default config file inside a
# read-only filesystem when changing settings here...