diff options
Diffstat (limited to 'home/programs/nixcord.nix')
| -rw-r--r-- | home/programs/nixcord.nix | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/home/programs/nixcord.nix b/home/programs/nixcord.nix index f50a474..ddd648a 100644 --- a/home/programs/nixcord.nix +++ b/home/programs/nixcord.nix @@ -3,10 +3,6 @@ imports = [ inputs.nixcord.homeModules.nixcord ]; programs.nixcord = { enable = true; - equibop = { - enable = true; - autoscroll.enable = true; - }; discord = { enable = true; vencord.enable = false; @@ -15,7 +11,6 @@ config = { frameless = true; plugins = { - alwaysExpandProfiles.enable = true; alwaysExpandRoles = { enable = true; hideArrow = true; @@ -61,7 +56,7 @@ enable = true; noMirroredCamera = true; }; - equicordToolbox.enable = true; + # equicordToolbox.enable = true; expressionCloner.enable = true; fakeNitro = { enable = true; @@ -102,10 +97,10 @@ imgToGif.enable = true; inRole.enable = true; inviteDefaults.enable = true; - keyboardNavigation = { - enable = true; - hotkey = [ "Alt+Q" ]; - }; + # keyboardNavigation = { + # enable = true; + # hotkey = [ "Alt+Q" ]; + # }; memberCount.enable = true; mentionAvatars = { enable = true; @@ -129,7 +124,7 @@ noMaskedUrlPaste.enable = true; noModalAnimation.enable = true; noNitroUpsell.enable = true; - # noOnboarding.enable = true; + # noOnboarding.enable = true; noOnboardingDelay.enable = true; noMosaic.enable = true; noProfileThemes.enable = true; @@ -160,15 +155,18 @@ sendTimestamps.enable = true; serverInfo.enable = true; showConnections.enable = true; - showHiddenChannels.enable = true; + showHiddenChannels = { + enable = true; + # channelStyle = 2; + }; showHiddenThings.enable = true; showResourceChannels.enable = true; showTimeoutDuration.enable = true; - soggy = { - enable = true; - imageLink = "https://codeberg.org/adikro/wallpapers/raw/branch/main/kirkinator.gif"; - songLink = "https://video.twimg.com/amplify_video/1976076971651268608/vid/avc1/1080x720/KGLQcBQQDvLZUGKI.mp4"; - }; + # soggy = { + # enable = true; + # imageLink = "https://codeberg.org/adikro/wallpapers/raw/branch/main/kirkinator.gif"; + # songLink = "https://video.twimg.com/amplify_video/1976076971651268608/vid/avc1/1080x720/KGLQcBQQDvLZUGKI.mp4"; + # }; spotifyCrack = { enable = true; noSpotifyAutoPause = false; |
