diff options
author | sefidel <contact@sefidel.net> | 2022-10-15 18:48:15 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-15 18:48:15 +0900 |
commit | f2b7fcf5ea3abf5eae55dfc403816799f1ad146c (patch) | |
tree | e62ea275fdbc7e7aa5772a9e1d782c6b0c08b736 /home/profiles/messaging | |
parent | 093759f6df8bc224efdb4ec80bc7760411ab7c98 (diff) | |
download | nixrc-f2b7fcf5ea3abf5eae55dfc403816799f1ad146c.tar.gz nixrc-f2b7fcf5ea3abf5eae55dfc403816799f1ad146c.zip |
feat(home/messaging): add slack
Diffstat (limited to 'home/profiles/messaging')
-rw-r--r-- | home/profiles/messaging/default.nix | 3 |
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" ]; } ]); } |