aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/communication
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-22 17:45:20 +0900
committersefidel <contact@sefidel.net>2023-09-22 17:45:20 +0900
commit3a5e1df0689d33957a12dcb3fd77ddeeaba3077a (patch)
tree1a8784e772bed014ca09ed31e320d33386e2e7cb /home/profiles/communication
parent5e3887b73742609ae0a335cfce828ce65044ea47 (diff)
downloadnixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.zip
chore: 2nd darwin cleanup
Diffstat (limited to 'home/profiles/communication')
-rw-r--r--home/profiles/communication/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index d8c2a47..45f8815 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -404,22 +404,19 @@ in
slack
discord-canary
schildichat-desktop
+ nheko
(weechat.override {
configure = { availablePlugins, ... }: {
plugins = [
(availablePlugins.python.withPackages (ps: with ps; [
potr
pycrypto
- (if pkgs.stdenv.isDarwin then pync else [ ])
]))
availablePlugins.perl
availablePlugins.lua
];
};
})
- ] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) [
- # TODO: currently broken/doesn't support Darwin
- pkgs.nheko
];
nixpkgs.allowedUnfree = [ "slack" "discord-canary" ];