summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/christian.nix13
1 files changed, 12 insertions, 1 deletions
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;
}