diff options
| author | adikro <adikro@disroot.org> | 2025-11-22 17:13:56 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-22 17:13:56 +0100 |
| commit | 803585323bdd11dba7113f66d94f0357f4bfe1ce (patch) | |
| tree | db59fd01a17627952ff6659a872ec3f789d1cfcb /home/programs/nixcord.nix | |
| parent | f0cfea2d7eb97c0d107cb4581d0d2fa1a987ea2e (diff) | |
changed niri, nixcord and yazi configs
Diffstat (limited to 'home/programs/nixcord.nix')
| -rw-r--r-- | home/programs/nixcord.nix | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/home/programs/nixcord.nix b/home/programs/nixcord.nix index 2e825e3..98e0a74 100644 --- a/home/programs/nixcord.nix +++ b/home/programs/nixcord.nix @@ -9,11 +9,11 @@ equicord.enable = true; autoscroll.enable = true; openASAR.enable = true; - settings = { - MINIMIZE_TO_TRAY = false; - OPEN_ON_STARTUP = false; - ANIMATE_AVATARS = false; - }; + # settings = { + # MINIMIZE_TO_TRAY = false; + # OPEN_ON_STARTUP = false; + # ANIMATE_AVATARS = false; + # }; }; config = { frameless = true; @@ -225,13 +225,6 @@ enable = true; noSpotifyAutoPause = false; }; - timezones = { - enable = true; - _24hTime = true; - # setDatabaseTimezone = { }; - showMessageHeaderTime = false; - showOwnTimezone = false; - }; typingIndicator.enable = true; typingTweaks.enable = true; unindent.enable = true; |
