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:
parent
650542009d
commit
2a2fc6bb11
5 changed files with 26 additions and 53 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue