diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-09 16:13:23 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-09 16:13:23 -0600 |
commit | b11e5294879fc18150795936017d06d342427a5e (patch) | |
tree | a5ad1f2b9f0fd18fe369e3ed0f21def127e48818 /modules/home | |
parent | 689a2371dc3b51f561c1313c59c38b36050cdcbb (diff) | |
download | nixos-b11e5294879fc18150795936017d06d342427a5e.tar.xz nixos-b11e5294879fc18150795936017d06d342427a5e.zip |
fix firefox search. optimize derivations for lowbat and pavolctld. add crazydiskinfo. ofast on st
Diffstat (limited to 'modules/home')
-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 }; |