diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/profiles/headful.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index 6b19595..610f3c7 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -33,7 +33,10 @@ in { thunderbird = { enable = true; - profiles.default.isDefault = true; + profiles.default = { + isDefault = true; + withExternalGnupg = true; + }; settings = { "app.update.auto" = false; "browser.search.region" = "US"; |