From cc1489c30a8e013878b5a9771cbbbf16943fc4ee Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 26 Jul 2024 14:07:28 +0800 Subject: [PATCH] home/thunderbird: use thunderbird 128 --- home/applications/thunderbird/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/applications/thunderbird/default.nix b/home/applications/thunderbird/default.nix index 2bcf687..1b02c7d 100644 --- a/home/applications/thunderbird/default.nix +++ b/home/applications/thunderbird/default.nix @@ -1,6 +1,7 @@ -{ +{pkgs, ...}: { programs.thunderbird = { enable = true; + package = pkgs.thunderbird-128; profiles.default = { isDefault = true; extraConfig = ''