nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ac1f29c06af3338dce07ea44b0bbc0c9046b4b21
parent 225234c4e3aeab4a18105752e75c09220164f121
Author: Toni Brown <tb148@proton.me>
Date:   Wed, 27 Aug 2025 02:17:38 +0800

add more plugins

Diffstat:
Mhome.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -224,6 +224,10 @@ CtrlEnterSend.enabled = true; CopyFileContents.enabled = true; ImageFilename.enabled = true; + MentionAvatars = { + enabled = true; + showAtSymbol = false; + }; RoleColorEverywhere = { enabled = true; colorChatMessages = true; @@ -239,6 +243,8 @@ mode = "nick-user"; inReplies = true; }; + TypingTweaks.enabled = true; + WhoReacted.enabled = true; }; settings.enabledThemes = [ "midnight-catppuccin-mocha.theme.css"