about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/communication/default.nix4
1 files 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);
     }