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

feat: switch to am for Discord presence

This commit is contained in:
Ryan Cao 2023-09-07 22:06:32 +08:00
parent 650542009d
commit 2a2fc6bb11
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
5 changed files with 26 additions and 53 deletions

View file

@ -1,14 +1,14 @@
{
config,
ctpModule,
discordAppleMusicModule,
amDiscordModule,
...
}: {
home.stateVersion = "23.05";
imports = [
ctpModule
discordAppleMusicModule
amDiscordModule
./variables.nix
./fonts.nix
@ -29,9 +29,9 @@
programs.home-manager.enable = true;
services.discord-applemusic-rich-presence = {
services.am-discord-rich-presence = {
enable = true;
logFile = "${config.home.homeDirectory}/Library/Logs/discord-applemusic-rich-presence.log";
logFile = "${config.home.homeDirectory}/Library/Logs/am-discord-rich-presence.log";
};
catppuccin.flavour = "frappe";