From b11e5294879fc18150795936017d06d342427a5e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 9 Feb 2025 16:13:23 -0600 Subject: fix firefox search. optimize derivations for lowbat and pavolctld. add crazydiskinfo. ofast on st --- modules/home/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/firefox.nix') diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index eff786c..34ae636 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -11,7 +11,7 @@ "Timmy Search" = { urls = [{ template = "https://search.tjkeller.xyz/search"; - params = [ { name = "q"; value = "{searchTerms}}"; } ]; + params = [ { name = "q"; value = "{searchTerms}"; } ]; }]; iconURI = "https://search.tjkeller.xyz/static/themes/simple/img/favicon.svg"; # TODO doesn't seem to work }; -- cgit v1.2.3