From 0a2a9143fde56ee46ebead6f47c52355f562572d Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 31 Jan 2025 14:29:35 +0300 Subject: [PATCH] try setting the open previous windows on firefox --- modules/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/firefox.nix b/modules/firefox.nix index afbe37e..f4fa9c7 100644 --- a/modules/firefox.nix +++ b/modules/firefox.nix @@ -78,6 +78,8 @@ in { */ # Check about:config for options. preferences = { + # "Open previous windows and tabs" + "browser.startup.page" = 3; "browser.contentblocking.category" = true; "extensions.pocket.enabled" = false; "extensions.screenshots.disabled" = true;