fix(nixcord): switch to Discord client and remove spotifyControls plugin

- Replaced Vesktop with the official Discord client as a workaround for crashes that occurred during screensharing.
- Removed spotifyControls plugin due to buggy behavior
- Could not solve Vencord plugins tab not being rendered
This commit is contained in:
lightly-toasted 2025-09-05 22:17:15 +09:00
parent 6f8f4fe1b0
commit 6c31c6e031

View file

@ -1,8 +1,8 @@
{ {
programs.nixcord = { programs.nixcord = {
enable = true; enable = true;
discord.enable = false; discord.enable = true;
vesktop.enable = true; vesktop.enable = false;
config = { config = {
plugins = { plugins = {
biggerStreamPreview.enable = true; biggerStreamPreview.enable = true;
@ -16,7 +16,6 @@
permissionsViewer.enable = true; permissionsViewer.enable = true;
serverInfo.enable = true; serverInfo.enable = true;
silentTyping.enable = true; silentTyping.enable = true;
spotifyControls.enable = true;
spotifyCrack.enable = true; spotifyCrack.enable = true;
summaries.enable = true; summaries.enable = true;
typingIndicator.enable = true; typingIndicator.enable = true;