modules/rich-presence: deprecate presence-nvim in favor of neocord

This commit is contained in:
raf 2024-01-05 19:24:02 +03:00
commit 428e49d303
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
8 changed files with 95 additions and 67 deletions

View file

@ -232,17 +232,7 @@ inputs: let
};
vim.presence = {
presence-nvim = {
enable = true;
auto_update = true;
image_text = "The Superior Text Editor";
client_id = "793271441293967371";
main_image = "neovim";
show_time = true;
rich_presence = {
editing_text = "Editing %s";
};
};
neocord.enable = true;
};
};
};