about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-04-19 21:10:35 +0900
committersefidel <contact@sefidel.net>2023-04-19 21:10:35 +0900
commit99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd (patch)
tree9b7846869453a913dee7322a6c7c02b2acd41c31 /home/profiles
parenta06867ae8b695aea8f6d71e6f25572cedb26c622 (diff)
downloadnixrc-99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd.tar.gz
nixrc-99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd.zip
feat(home/communication): add slack, discord
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/communication/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index 72b1e05..76f73b2 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -397,7 +397,8 @@ in
         urlscan
         ispell
 
-        element-desktop-wayland
+        slack
+        discord-canary
         schildichat-desktop-wayland
         nheko
         (weechat.override {
@@ -415,6 +416,8 @@ in
         })
       ];
 
+      nixpkgs.allowedUnfree = [ "slack" "discord-canary" ];
+
       xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix);
     }
   ]);