change on thunderbird

This commit is contained in:
afoucaultc 2026-07-04 12:38:03 +02:00
parent a463bddcd4
commit 72b6ef5152
9 changed files with 35 additions and 2994 deletions

View file

@ -13,7 +13,7 @@
pandoc # pandoc-cli
# --- Communication / mail ---
thunderbird # thunderbird
# thunderbird # thunderbird
signal-desktop # signal-desktop
mattermost-desktop # mattermost-desktop
protonmail-bridge # protonmail-bridge (CLI/bridge)
@ -27,6 +27,7 @@
mpv # mpv
nomacs # nomacs (AUR) — visionneuse d'images légère
imagemagick # imagemagick
librsvg # librsvg
# --- Maths / sciences ---
(octave.withPackages (ps: with ps; [

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
stylix.targets.thunderbird.enable = true;
}