From e07ff08ddf6e2eba26d8f6ac7396c4a23c50dbab Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 8 Feb 2024 08:14:07 +0000 Subject: [PATCH] Add sweet firefox theme but don't switch yet TODO investigate firefox userChrome --- system/firefox.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/firefox.nix b/system/firefox.nix index fdee3a1f..f8f82e2d 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -58,6 +58,11 @@ installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/catppuccin-mocha-lavender-git/latest.xpi"; }; + # Sweet-Dark theme + "{59f619c8-220b-4a27-8918-bf1537bc060a}" = { + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/sweet-dark/latest.xpi"; + }; }; FirefoxHome = { Search = true;