This commit is contained in:
iFargle 2023-08-31 20:26:16 +09:00
parent 786b22e7c9
commit dbd3202e3b

View file

@ -1,5 +1,8 @@
{ config, pkgs, ... }: {
programs.thunderbird = {
enable = true;
profiles."Default" = {
isDefault = true;
};
};
}