mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(discord): enable extra plugins
This commit is contained in:
@@ -18,11 +18,22 @@
|
|||||||
frameless = true;
|
frameless = true;
|
||||||
plugins = {
|
plugins = {
|
||||||
hideMedia.enable = true;
|
hideMedia.enable = true;
|
||||||
|
anonymiseFileNames.enable = true;
|
||||||
|
copyFileContents.enable = true;
|
||||||
|
noTypingAnimation.enable = true;
|
||||||
|
readAllNotificationsButton.enable = true;
|
||||||
|
silentTyping.enable = true;
|
||||||
|
validUser.enable = true;
|
||||||
|
biggerStreamPreview.enable = true;
|
||||||
ignoreActivities = {
|
ignoreActivities = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ignorePlaying = true;
|
ignorePlaying = true;
|
||||||
ignoreWatching = true;
|
ignoreWatching = true;
|
||||||
};
|
};
|
||||||
|
sortFriendRequests = {
|
||||||
|
enable = true;
|
||||||
|
showDates = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dorion = {
|
dorion = {
|
||||||
|
|||||||
Reference in New Issue
Block a user