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 = ''