From a213c1c66e9d693bc738b471a48216325ea25418 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 13 Nov 2023 18:33:50 +0100 Subject: [PATCH] trying to add profiles --- modules/home/email/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; }; }