fix: presence-nvim providing invalid client id

This commit is contained in:
NotAShelf 2023-07-15 19:24:09 +03:00
parent de84d74144
commit 896c09b972
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@ with builtins; {
client_id = mkOption {
type = types.str;
default = "859194972255989790";
default = "79327144129396737";
description = "Client ID of the application";
};
auto_update = mkOption {
type = types.bool;
default = true;