From 46595041a6ce5491c1023f33b0837b9ad33442cc Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 11 Jun 2024 20:08:18 -0400 Subject: [PATCH] fix(firefox): Remove theme extension (it messes with GTK window buttons) --- home-manager/modules/arkenfox.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home-manager/modules/arkenfox.nix b/home-manager/modules/arkenfox.nix index 9a4ecdb4..568498db 100644 --- a/home-manager/modules/arkenfox.nix +++ b/home-manager/modules/arkenfox.nix @@ -42,11 +42,6 @@ "https://addons.mozilla.org/firefox/downloads/latest/xbs/latest.xpi"; installation_mode = "force_installed"; }; - # Tokyonight theme - "{4520dc08-80f4-4b2e-982a-c17af42e5e4d}" = { - install_url = - "https://addons.mozilla.org/firefox/downloads/latest/tokyo-night-milav/latest.xpi"; - }; # Disable built-in search engines "amazondotcom@search.mozilla.org" = { installation_mode = "blocked"; }; "bing@search.mozilla.org" = { installation_mode = "blocked"; }; @@ -57,12 +52,11 @@ Preferences = { # use 1Password for this "signon.rememberSignons" = false; + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; }; profiles.Default = { isDefault = true; - # tokyonight theme from extension above - settings.activeThemeID = "{4520dc08-80f4-4b2e-982a-c17af42e5e4d}"; search = { default = "Kagi"; force = true;