From 4ce767faa9445941e4346a034428500b9358991c Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 Jan 2025 09:14:09 +1000 Subject: feat(home/communication)!: add thunderbird-latest-unwrapped for darwin --- home/profiles/communication/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 2712f55..cb7f039 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -428,5 +428,10 @@ in xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix); } + (lib.mkIf pkgs.stdenv.isDarwin { + home.packages = with pkgs; [ + thunderbird-latest-unwrapped + ]; + }) ]); } -- cgit 1.4.1