Update modules/home/librewolf.nix
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user