summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-29 23:50:05 +0100
committeradikro <adikro@disroot.org>2025-12-29 23:50:05 +0100
commit05ae56295ae0d7bf99d9580ef5ff1f209259733a (patch)
treeb8eefbd8d0315d51b53b24889dfdd6c6e3093a29 /hm/soft/nixcord.nix
parentbd0047d2c4826214bcedf4c1a57d010bb407034d (diff)
added GLSL shaders and some shit i dont understand to mpv
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;