1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Use Thunderbird 102

This commit is contained in:
Stefan Ellmauthaler 2022-07-22 13:25:10 +02:00
parent 90770f98a2
commit 323fa305ee
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -67,7 +67,7 @@ with lib; {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox firefox
thunderbird unstable.thunderbird # TODO set to stable when v102 is backported into stable
okular okular
texlive.combined.scheme-full texlive.combined.scheme-full
usbutils usbutils
@ -75,5 +75,6 @@ with lib; {
libsecret libsecret
arandr arandr
]; ];
}; };
} }