From b1946eee4cf001677c4ab56af4c25b0ac2edfb80 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 12 Jul 2024 19:48:04 -0400 Subject: [PATCH] aly/thunderbird: add thunderbird gnome theme --- homes/aly/mail/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/homes/aly/mail/default.nix b/homes/aly/mail/default.nix index 4bcaf8d1..615b2ff4 100644 --- a/homes/aly/mail/default.nix +++ b/homes/aly/mail/default.nix @@ -89,6 +89,17 @@ in { }; }; + home.file = let + source = builtins.fetchGit { + url = "https://github.com/rafaelmardojai/thunderbird-gnome-theme.git"; + rev = "65d5c03fc9172d549a3ea72fd366d544981a002b"; + ref = "main"; + }; + in { + ".thunderbird/default/chrome".source = source; + ".thunderbird/work/chrome".source = source; + }; + programs = { himalaya.enable = true; @@ -112,6 +123,8 @@ in { "privacy.trackingprotection.enabled" = true; "privacy.trackingprotection.fingerprinting.enabled" = true; "privacy.trackingprotection.socialtracking.enabled" = true; + "svg.context-properties.content.enabled" = true; + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.telemetry.enabled" = false; }; in {