mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
21ea5fc6b6
commit
d7bfce3bdd
1 changed files with 14 additions and 0 deletions
|
@ -30,6 +30,20 @@
|
|||
ublock-origin
|
||||
violentmonkey
|
||||
];
|
||||
settings = {
|
||||
"browser.newtabpage.activity-stream.default.sites" = "https://en.wikipedia.org/";
|
||||
"browser.newtabpage.activity-stream.discoverystream.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.telemetry" = false;
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "";
|
||||
"browser.newtabpage.activity-stream.newtabWallpapers.wallpaper" = "dark-beach";
|
||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||
"browser.newtabpage.activity-stream.telemetry" = false;
|
||||
"browser.newtabpage.activity-stream.topSitesRows" = 2;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"font.name.monospace.x-western" = "Fira Code";
|
||||
"layout.css.prefers-color-scheme.content-override" = 0;
|
||||
};
|
||||
bookmarks = [
|
||||
{
|
||||
name = "NixOS search";
|
||||
|
|
Loading…
Reference in a new issue