summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixcord.nix')
-rw-r--r--hm/soft/nixcord.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix
index c948a4d..4d87901 100644
--- a/hm/soft/nixcord.nix
+++ b/hm/soft/nixcord.nix
@@ -28,9 +28,9 @@ in
ClearURLs.enable = true;
CopyUserURLs.enable = true;
NoRPC.enable = true;
- OnePingPerDm.enable = true;
+ OnePingPerDM.enable = true;
PinDMs = { enable = true; canCollapseDmSection = true; };
- SaveFavoriteGiFs.enable = true;
+ SaveFavoriteGIFs.enable = true;
altKrispSwitch.enable = true;
alwaysExpandRoles = { enable = true; hideArrow = true; };
alwaysTrust = { enable = true; domain = false; };
@@ -131,7 +131,7 @@ in
stickerBlocker.enable = true;
streamerModeOnStream.enable = true;
streamingCodecDisabler = { enable = true; disableH264Codec = true; disableH265Codec = true; disableVP8Codec = true; disableVP9Codec = true; };
- superReactionTweaks = { enable = true; superReactionPlayingLimit = 0; };
+ superReactionTweaks = { enable = true; superReactionPlayingLimit = 0.0; };
themeLibrary.enable = true;
typingIndicator.enable = true;
typingTweaks.enable = true;