From 3a5e1df0689d33957a12dcb3fd77ddeeaba3077a Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 22 Sep 2023 17:45:20 +0900 Subject: chore: 2nd darwin cleanup --- home/profiles/communication/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'home/profiles/communication/default.nix') 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" ]; -- cgit 1.4.1