diff options
| author | Christian <[email protected]> | 2026-01-28 22:16:07 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-28 22:16:07 -0600 |
| commit | f12a78d2280f05a8f0200d51ddc54f9e6eb565e6 (patch) | |
| tree | 3f68b8b2e9a589a2abd1467756b41ad0d1979981 /modules/home/christian.nix | |
| parent | bc42b2965be6706648988785c82fe0c8df787f6f (diff) | |
More firefox config
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index cd48619..d3dcb1e 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -23,13 +23,26 @@ programs.firefox = { enable = true; + policies = { + OverrideFirstRunPage = ""; + DisableFirefoxAccounts = true; + FirefoxHome = { + SponsoredTopSites = false; + Stories = false; + }; + }; profiles.christian = { name = "Christian"; isDefault = true; settings = { - "browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.aboutConfig.showWarning" = false; + "extensions.autoDisableScopes" = 0; + "browser.theme.content-theme" = 0; + "browser.theme.toolbar-theme" = 0; }; + extensions.packages = with inputs.nur.legacyPackages.x86_64-linux.repos.rycee.firefox-addons; [ + ublock-origin + ]; }; }; |
