summaryrefslogtreecommitdiff
path: root/modules/nixos
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
parent1ea1b781a142a41b72aed4bfc408233732034241 (diff)
2023-03-20
Diffstat (limited to 'modules/nixos')
-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";