From 4c14c3d40295f3da5fcca5ae75aa570de70dbfd9 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Tue, 18 Jan 2022 23:07:49 +0900
Subject: home: prefer inputs/overlays

---
 home/profiles/messaging/default.nix | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

(limited to 'home/profiles/messaging')

diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix
index 73a721f..a8b42fe 100644
--- a/home/profiles/messaging/default.nix
+++ b/home/profiles/messaging/default.nix
@@ -10,8 +10,14 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ discord-canary aerc weechat element slack ];
+    home.packages = with pkgs; [
+      aerc
+      (discord-canary-openasar.override { waylandSupport = true; })
+      element
+      slack
+      weechat
+    ];
 
-    nixpkgs.allowedUnfree = [ "discord-canary" "slack" ];
+    nixpkgs.allowedUnfree = [ "slack" ];
   };
 }
-- 
cgit 1.4.1