Skip to content

Commit

Permalink
fix(firefox): Remove theme extension (it messes with GTK window buttons)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 12, 2024
1 parent f49ca56 commit 4659504
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions home-manager/modules/arkenfox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
"[email protected]" = { installation_mode = "blocked"; };
"[email protected]" = { installation_mode = "blocked"; };
Expand All @@ -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;
Expand Down

0 comments on commit 4659504

Please sign in to comment.