From 8520e18ad256ae8e7a7ee1716fddc566b39a1a6b Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 20 Mar 2023 13:57:57 +0300 Subject: 2023-03-20 --- modules/nixos/profiles/headful.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/nixos') 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"; -- cgit v1.2.3