mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
fix: presence-nvim providing invalid client id
This commit is contained in:
parent
de84d74144
commit
896c09b972
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue