summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixcord.nix')
-rw-r--r--hm/soft/nixcord.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix
index 8e5ae12..a929b2e 100644
--- a/hm/soft/nixcord.nix
+++ b/hm/soft/nixcord.nix
@@ -16,6 +16,7 @@ in
home.packages = with pkgs; [
stoat-desktop
element-desktop
+ gajim
];
programs.nixcord = {
enable = true;
@@ -51,7 +52,7 @@ in
enable = true;
domain = false;
};
- anammox.enable = true;
+ # anammox.enable = true;
betterGifAltText.enable = true;
# betterGifPicker = {
# enable = true;
@@ -108,14 +109,14 @@ in
preventDuplicates = true;
showCopyImageLink = true;
};
- gifRoulette = {
- enable = true;
- pingOwnerChance = false;
- };
+ # gifRoulette = {
+ # enable = true;
+ # pingOwnerChance = false;
+ # };
guildTagSettings.enable = true;
homeTyping.enable = true;
iLoveSpam.enable = true;
- ignoreTerms.enable = true;
+ # ignoreTerms.enable = true;
imageFilename = {
enable = true;
showFullUrl = true;
@@ -157,7 +158,7 @@ in
};
noF1.enable = true;
noMaskedUrlPaste.enable = true;
- noModalAnimation.enable = true;
+ # noModalAnimation.enable = true;
noMosaic.enable = true;
noNitroUpsell.enable = true;
noOnboardingDelay.enable = true;