Skip to content

Commit

Permalink
fix(darwin): disable music discord service
Browse files Browse the repository at this point in the history
i don't really care that much honestly
  • Loading branch information
caarlos0 committed Jan 28, 2025
1 parent 0e6f875 commit 19239ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# };

services = {
discord-applemusic-rich-presence.enable = true;
discord-applemusic-rich-presence.enable = false;
xdg-open-svc.enable = true;
};

Expand Down
2 changes: 1 addition & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
zls # zig lsp
]
++ (lib.optionals pkgs.stdenv.isDarwin [
nur.repos.caarlos0.discord-applemusic-rich-presence
# nur.repos.caarlos0.discord-applemusic-rich-presence
terminal-notifier
coreutils
mosquitto
Expand Down

0 comments on commit 19239ad

Please sign in to comment.