diff options
Diffstat (limited to 'home/profiles/communication/default.nix')
-rw-r--r-- | home/profiles/communication/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 + ]; + }) ]); } |