summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-28 10:22:13 +0100
committeradikro <adikro@disroot.org>2025-12-28 10:22:13 +0100
commite62d5505293a7c26d33fd60130220f2dea920515 (patch)
tree22d4560f28315ec798db3050ca60cd581fec1bda /hm/soft/nixcord.nix
parent27ee582379442277853fe6935c80007da1f1cc50 (diff)
nh clean fixes plus some cli stuff
Diffstat (limited to 'hm/soft/nixcord.nix')
-rw-r--r--hm/soft/nixcord.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix
index adbdc58..c948a4d 100644
--- a/hm/soft/nixcord.nix
+++ b/hm/soft/nixcord.nix
@@ -45,14 +45,13 @@ in
betterRoleContext.enable = true;
betterSettings.enable = true;
betterUploadButton.enable = true;
- betterUserArea.enable = true;
+ betterUserArea = { enable = true; alwaysShowUsername = false; };
biggerStreamPreview.enable = true;
- bypassPinPrompt.enable = true;
+ bypassPinPrompt.enable = true;
callTimer.enable = true;
cleanChannelName.enable = true;
components.enable = true;
copyFileContents.enable = true;
- crashHandler.enable = true;
customTimestamps.enable = true;
disableCallIdle.enable = true;
disableDeepLinks.enable = true;
@@ -148,7 +147,7 @@ in
voiceMessages.enable = true;
voiceRejoin.enable = true;
volumeBooster.enable = true;
- webScreenShareFixes.enable = true;
+ # webScreenShareFixes.enable = true;
whoReacted.enable = true;
whosWatching.enable = true;
youtubeAdblock.enable = true;