From ade2c8867d17d98b675128f498ac063270ac98e1 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Wed, 22 Jan 2025 07:33:13 +1000
Subject: feat(home/communication): switch to stable discord

---
 home/profiles/communication/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index cb7f039..38d14b1 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -407,7 +407,7 @@ in
         ispell
         urlscan
 
-        discord-canary
+        discord
         element-desktop
         slack
         (weechat.override {
@@ -424,7 +424,7 @@ in
         })
       ];
 
-      nixpkgs.allowedUnfree = [ "slack" "discord-canary" ];
+      nixpkgs.allowedUnfree = [ "slack" "discord" ];
 
       xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix);
     }
-- 
cgit 1.4.1