From ad44cc16ee5031a02df3601156a02355d013133e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 10 Oct 2025 20:03:16 -0400 Subject: [PATCH] change default search --- dot_config/flake/modules/home/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/flake/modules/home/firefox/default.nix b/dot_config/flake/modules/home/firefox/default.nix index a1b9242..2a45133 100644 --- a/dot_config/flake/modules/home/firefox/default.nix +++ b/dot_config/flake/modules/home/firefox/default.nix @@ -20,7 +20,7 @@ isDefault = true; search = { force = true; - default = "maapl"; + default = "Hands Of Blue"; }; userChrome = '' @import "firefox-gnome-theme/userChrome.css";