about summary refs log tree commit diff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/profiles/headful.nix5
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";

Consider giving Nix/NixOS a try! <3