From 9f5fdfff1a82d8bf61465043e401cbc3b91d2c29 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 15:44:17 -0700 Subject: [PATCH] Update modules/home/librewolf.nix --- modules/home/librewolf.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/home/librewolf.nix b/modules/home/librewolf.nix index f2a0a3f..58bbdf8 100644 --- a/modules/home/librewolf.nix +++ b/modules/home/librewolf.nix @@ -47,12 +47,6 @@ install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; installation_mode = "force_installed"; }; - - # Catppuccin Theme - "{15cb5e64-94bd-41aa-91cf-751bb1a84972}" = { - install_url = "https://addons.mozilla.org/firefox/downloads/latest/catppuccin-macchiato-lavender2/latest.xpi"; - installation_mode = "force_installed"; - }; }; Preferences = { @@ -69,7 +63,12 @@ "sidebar.verticalTabs" = true; "sidebar.main.tools" = "bookmarks,history,tabs"; "sidebar.visibility" = "always"; + + "extensions.activeThemeID" = { + Value = "firefox-alpenglow@mozilla.org"; + Status = "locked"; + }; }; }; }; -} +} \ No newline at end of file