mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
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:
parent
6f8f4fe1b0
commit
6c31c6e031
1 changed files with 23 additions and 24 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue