diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index cc9e5aa..c9e4882 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -237,9 +237,10 @@ in { "privacy.clearOnShutdown.history" = false; "privacy.clearOnShutdown.downloads" = false; "privacy.donottrackheader.enabled" = true; - "browser.ctrlTab.sortByRecentlyUsed" = true; + "browser.ctrlTab.sortByRecentlyUsed" = true; # change Ctrl+Tab behaviour "general.autoScroll" = true; - "pdfjs.viewerCssTheme" = 2; + "pdfjs.viewerCssTheme" = 2; # dark theme for pdf viewer + "browser.startup.page" = 3; # always restore tabs }; };