From bc42b2965be6706648988785c82fe0c8df787f6f Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 21:09:28 -0600 Subject: Basic firefox config --- modules/home/christian.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'modules/home/christian.nix') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index d4b3b9b..cd48619 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -21,7 +21,18 @@ silent = true; }; - programs.firefox.enable = true; + programs.firefox = { + enable = true; + profiles.christian = { + name = "Christian"; + isDefault = true; + settings = { + "browser.newtabpage.activity-stream.feeds.section.topstories" = false; + "browser.aboutConfig.showWarning" = false; + }; + }; + }; + programs.home-manager.enable = true; } -- cgit v1.2.3