Commit 1265ac8
Changed files (1)
home
linux
gui
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;