summaryrefslogtreecommitdiff
path: root/hm/soft/browser.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/browser.nix')
-rw-r--r--hm/soft/browser.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/hm/soft/browser.nix b/hm/soft/browser.nix
index f1dd97f..e46e482 100644
--- a/hm/soft/browser.nix
+++ b/hm/soft/browser.nix
@@ -11,6 +11,24 @@ in
(lib.mkIf cfg.librewolf.enable {
programs.librewolf = {
enable = true;
+ profiles = {
+ main = {
+ name = "main";
+ # bookmarks.configFile = ./bookmarks;
+ extensions = {
+
+ };
+ search = {
+
+ };
+ settings = {
+
+ };
+ };
+ };
+ settings = {
+ "ui.key.menuAccessKeyFocuses" = false;
+ };
};
})