about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/messaging/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix
index 46660b7..57ce621 100644
--- a/home/profiles/messaging/default.nix
+++ b/home/profiles/messaging/default.nix
@@ -12,12 +12,12 @@ in
   config = lib.mkIf cfg.enable {
     home.packages = with pkgs; [
       aerc
-      discord-canary
+      discord
       element-desktop
       slack
       weechat
     ];
 
-    nixpkgs.allowedUnfree = [ "discord-canary" "slack" ];
+    nixpkgs.allowedUnfree = [ "discord" "slack" ];
   };
 }