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 = {
|
||||
enable = true;
|
||||
equibop.enable = true;
|
||||
# equibop.enable = true;
|
||||
|
||||
discord = {
|
||||
vencord.enable = false;
|
||||
|
|
@ -18,6 +18,7 @@
|
|||
"base16-colors.css"
|
||||
];
|
||||
plugins = {
|
||||
invisibleChat.enable = true;
|
||||
anonymiseFileNames = {
|
||||
enable = true;
|
||||
anonymiseByDefault = true;
|
||||
|
|
@ -68,7 +69,6 @@
|
|||
forwardAnywhere.enable = true;
|
||||
spotifyCrack.enable = true;
|
||||
spotifyShareCommands.enable = true;
|
||||
spotifyControls.enable = true;
|
||||
fullUserInChatbox.enable = true;
|
||||
gifPaste.enable = true;
|
||||
ignoreActivities = {
|
||||
|
|
@ -96,6 +96,11 @@
|
|||
revealAllSpoilers.enable = true;
|
||||
serverInfo.enable = true;
|
||||
serverListIndicators.enable = true;
|
||||
musicControls = {
|
||||
enable = true;
|
||||
showSpotifyControls.enable = true;
|
||||
showSpotifyLyrics.enable = true;
|
||||
};
|
||||
showHiddenChannels.enable = true;
|
||||
showHiddenThings.enable = true;
|
||||
showTimeoutDuration = {
|
||||
|
|
@ -133,7 +138,6 @@
|
|||
whoReacted.enable = true;
|
||||
whosWatching.enable = true;
|
||||
quickReply.enable = true;
|
||||
questCompleter.enable = true;
|
||||
shikiCodeblocks = {
|
||||
enable = true;
|
||||
useDevIcon = "COLOR";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue