1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

rm: disable am-discord-rich-presence

This commit is contained in:
Ryan Cao 2023-11-23 17:31:19 +08:00
parent 536c5a4a0a
commit b5b6b6ebd4
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -30,7 +30,7 @@
programs.home-manager.enable = true;
services.am-discord-rich-presence = {
enable = true;
enable = false;
logFile = "${config.home.homeDirectory}/Library/Logs/am-discord-rich-presence.log";
};