diff --git a/modules/home/email/default.nix b/modules/home/email/default.nix index be3adab..736a6da 100644 --- a/modules/home/email/default.nix +++ b/modules/home/email/default.nix @@ -1,5 +1,6 @@ { ... }: { programs.thunderbird = { enable = true; + profiles = [ "default" ]; }; }