From 323fa305eedbe67c884e59777b77c4ee2102ec8b Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Fri, 22 Jul 2022 13:25:10 +0200 Subject: [PATCH] Use Thunderbird 102 --- modules/graphical.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 3ed8269..9e94ca1 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -67,7 +67,7 @@ with lib; { environment.systemPackages = with pkgs; [ firefox - thunderbird + unstable.thunderbird # TODO set to stable when v102 is backported into stable okular texlive.combined.scheme-full usbutils @@ -75,5 +75,6 @@ with lib; { libsecret arandr ]; + }; }