diff options
author | sefidel <contact@sefidel.net> | 2023-09-22 17:45:20 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-22 17:45:20 +0900 |
commit | 3a5e1df0689d33957a12dcb3fd77ddeeaba3077a (patch) | |
tree | 1a8784e772bed014ca09ed31e320d33386e2e7cb /home/profiles/communication | |
parent | 5e3887b73742609ae0a335cfce828ce65044ea47 (diff) | |
download | nixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.tar.gz nixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.zip |
chore: 2nd darwin cleanup
Diffstat (limited to 'home/profiles/communication')
-rw-r--r-- | home/profiles/communication/default.nix | 5 |
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" ]; |