diff --git a/modules/rich-presence/presence-nvim/presence-nvim.nix b/modules/rich-presence/presence-nvim/presence-nvim.nix index f2cc90e..b7acf48 100644 --- a/modules/rich-presence/presence-nvim/presence-nvim.nix +++ b/modules/rich-presence/presence-nvim/presence-nvim.nix @@ -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;