From c0daef5a768ef4d8e4bb8611fbde84a4df43deb5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 29 Feb 2024 15:55:41 +0000 Subject: [PATCH] Add catppuccin theme to firefox --- system/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/firefox.nix b/system/firefox.nix index 1e7cf2db..bb37d084 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -52,6 +52,10 @@ installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; }; + "{8446b178-c865-4f5c-8ccc-1d7887811ae3}" = { + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/catppuccin-mocha-lavender-git/latest.xpi"; + }; }; FirefoxHome = { Search = true;