From 05ae56295ae0d7bf99d9580ef5ff1f209259733a Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 29 Dec 2025 23:50:05 +0100 Subject: added GLSL shaders and some shit i dont understand to mpv --- hm/soft/nixcord.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hm/soft/nixcord.nix') 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; -- cgit v1.3