diff options
Diffstat (limited to 'modules/home/firefox.nix')
-rw-r--r-- | modules/home/firefox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |