Commit 5933cb4

HPCesia <me@hpcesia.com>
2025-09-09 11:08:14
feat: update thunderbird config
1 parent 0d3e596
Changed files (1)
home
linux
gui
thunderbird
home/linux/gui/thunderbird/default.nix
@@ -21,6 +21,7 @@ in {
       isDefault = true;
       settings = {
         "extensions.autoDisableScopes" = 0;
+        "mail.spellcheck.inline" = false;
       };
     };
   };
@@ -56,6 +57,8 @@ in {
         hidewhenrestarted = true;
         hidewhenstarted = true;
         showhidethunderbird = true;
+        restartthunderbird = true;
+        startClosedThunderbird = true;
       })
       // (lib.mapAttrs' (n: v: lib.nameValuePair "advanced/${n}" v) {
         tbcmdline = [(lib.getExe thunderbird-x)];