rename
This commit is contained in:
@@ -53,4 +53,6 @@
|
||||
# Restore previous session automatically
|
||||
"browser.startup.page"= 3;
|
||||
"extensions.activeThemeID" = "{5cd68d86-8324-4ab2-9e0d-3afcc60bee5f}";
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.ctrlTab.sortByRecentlyUsed" = true;
|
||||
}
|
||||
@@ -80,12 +80,18 @@ in {
|
||||
default = {
|
||||
name = "privacy-friendly";
|
||||
settings = merge [
|
||||
(import ./config/annoyances.nix)
|
||||
(import ./config/preferences.nix)
|
||||
(import ./config/browser-features.nix)
|
||||
(import ./config/privacy.nix)
|
||||
(import ./config/tracking.nix)
|
||||
(import ./config/security.nix)
|
||||
];
|
||||
userChrome = ''
|
||||
/* Hide tab bar. Used with Sidebery */
|
||||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
'';
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
clearurls
|
||||
darkreader
|
||||
@@ -93,6 +99,7 @@ in {
|
||||
ublock-origin
|
||||
keepassxc-browser
|
||||
youtube-nonstop
|
||||
sidebery
|
||||
];
|
||||
inherit search;
|
||||
};
|
||||
@@ -102,13 +109,20 @@ in {
|
||||
shit = {
|
||||
name = "trade-privacy-for-convenience";
|
||||
id = 1;
|
||||
settings = merge [ (import ./config/annoyances.nix) ];
|
||||
userChrome = ''
|
||||
/* Hide tab bar. Used with Sidebery */
|
||||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
'';
|
||||
settings = merge [ (import ./config/preferences.nix) ];
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
clearurls
|
||||
darkreader
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
youtube-nonstop
|
||||
sidebery
|
||||
];
|
||||
inherit search;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user