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:
parent
90770f98a2
commit
323fa305ee
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user