about summary refs log tree commit diff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-03-20 13:57:57 +0300
committerAzat Bahawi <azat@bahawi.net>2023-03-20 13:57:57 +0300
commit8520e18ad256ae8e7a7ee1716fddc566b39a1a6b (patch)
tree9720d86f85b3f422c892b093540ed8f840e75757 /modules/nixos/profiles
parent2023-03-20 (diff)
2023-03-20
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