Skip to content

Commit 896c09b

Browse files
committed
fix: presence-nvim providing invalid client id
1 parent de84d74 commit 896c09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/rich-presence/presence-nvim/presence-nvim.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ with builtins; {
2222

2323
client_id = mkOption {
2424
type = types.str;
25-
default = "859194972255989790";
25+
default = "79327144129396737";
2626
description = "Client ID of the application";
2727
};
28+
2829
auto_update = mkOption {
2930
type = types.bool;
3031
default = true;

0 commit comments

Comments
 (0)