about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-15 18:48:15 +0900
committersefidel <contact@sefidel.net>2022-10-15 18:48:15 +0900
commitf2b7fcf5ea3abf5eae55dfc403816799f1ad146c (patch)
treee62ea275fdbc7e7aa5772a9e1d782c6b0c08b736
parent093759f6df8bc224efdb4ec80bc7760411ab7c98 (diff)
downloadnixrc-f2b7fcf5ea3abf5eae55dfc403816799f1ad146c.tar.gz
nixrc-f2b7fcf5ea3abf5eae55dfc403816799f1ad146c.zip
feat(home/messaging): add slack
-rw-r--r--home/profiles/messaging/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix
index 9c829e0..76ab5f1 100644
--- a/home/profiles/messaging/default.nix
+++ b/home/profiles/messaging/default.nix
@@ -303,6 +303,7 @@ in
         ispell
 
         element-desktop
+        slack
         (weechat.override {
           configure = { availablePlugins, ... }: {
             plugins = [
@@ -317,6 +318,8 @@ in
           };
         })
       ];
+
+      nixpkgs.allowedUnfree = [ "slack" ];
     }
   ]);
 }