fix nixcord config layout changed
This commit is contained in:
parent
3272e94157
commit
463beff6e3
1 changed files with 7 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
equibop.enable = true;
|
# equibop.enable = true;
|
||||||
|
|
||||||
discord = {
|
discord = {
|
||||||
vencord.enable = false;
|
vencord.enable = false;
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
"base16-colors.css"
|
"base16-colors.css"
|
||||||
];
|
];
|
||||||
plugins = {
|
plugins = {
|
||||||
|
invisibleChat.enable = true;
|
||||||
anonymiseFileNames = {
|
anonymiseFileNames = {
|
||||||
enable = true;
|
enable = true;
|
||||||
anonymiseByDefault = true;
|
anonymiseByDefault = true;
|
||||||
|
|
@ -68,7 +69,6 @@
|
||||||
forwardAnywhere.enable = true;
|
forwardAnywhere.enable = true;
|
||||||
spotifyCrack.enable = true;
|
spotifyCrack.enable = true;
|
||||||
spotifyShareCommands.enable = true;
|
spotifyShareCommands.enable = true;
|
||||||
spotifyControls.enable = true;
|
|
||||||
fullUserInChatbox.enable = true;
|
fullUserInChatbox.enable = true;
|
||||||
gifPaste.enable = true;
|
gifPaste.enable = true;
|
||||||
ignoreActivities = {
|
ignoreActivities = {
|
||||||
|
|
@ -96,6 +96,11 @@
|
||||||
revealAllSpoilers.enable = true;
|
revealAllSpoilers.enable = true;
|
||||||
serverInfo.enable = true;
|
serverInfo.enable = true;
|
||||||
serverListIndicators.enable = true;
|
serverListIndicators.enable = true;
|
||||||
|
musicControls = {
|
||||||
|
enable = true;
|
||||||
|
showSpotifyControls.enable = true;
|
||||||
|
showSpotifyLyrics.enable = true;
|
||||||
|
};
|
||||||
showHiddenChannels.enable = true;
|
showHiddenChannels.enable = true;
|
||||||
showHiddenThings.enable = true;
|
showHiddenThings.enable = true;
|
||||||
showTimeoutDuration = {
|
showTimeoutDuration = {
|
||||||
|
|
@ -133,7 +138,6 @@
|
||||||
whoReacted.enable = true;
|
whoReacted.enable = true;
|
||||||
whosWatching.enable = true;
|
whosWatching.enable = true;
|
||||||
quickReply.enable = true;
|
quickReply.enable = true;
|
||||||
questCompleter.enable = true;
|
|
||||||
shikiCodeblocks = {
|
shikiCodeblocks = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useDevIcon = "COLOR";
|
useDevIcon = "COLOR";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue