From 8f4db7e580823c82d95407f5a949130ec6ff1421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Fri, 23 Aug 2024 18:10:31 +0300 Subject: [PATCH] Change firefox new tab page --- program-config-files/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program-config-files/firefox.nix b/program-config-files/firefox.nix index 22421f6..e4593dd 100644 --- a/program-config-files/firefox.nix +++ b/program-config-files/firefox.nix @@ -75,7 +75,7 @@ in HardwareAccelerations = true; Homepage = { Locked = true; - URL = "https://www.google.com/"; + URL = "https://www.duckduckgo.com/"; StartPage = "previous-session"; }; HttpsOnlyMode = "force_enabled";