Commit 1265ac8

HPCesia <me@hpcesia.com>
2025-07-25 13:45:52
fix: thunderbird catppuccin theme
1 parent 9f83b31
Changed files (1)
home
home/linux/gui/thunderbird.nix
@@ -3,9 +3,14 @@
     enable = true;
     profiles.Default = {
       isDefault = true;
+      settings = {
+        "extensions.autoDisableScopes" = 0;
+      };
     };
   };
 
+  catppuccin.thunderbird.profile = "Default";
+
   accounts.email.accounts = {
     "${myvars.useremail}".thunderbird.enable = true;
     "hpcesia@outlook.com".thunderbird.enable = true;