summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-02-09 16:13:23 -0600
committerTim Keller <tjkeller.xyz>2025-02-09 16:13:23 -0600
commitb11e5294879fc18150795936017d06d342427a5e (patch)
treea5ad1f2b9f0fd18fe369e3ed0f21def127e48818 /modules/home
parent689a2371dc3b51f561c1313c59c38b36050cdcbb (diff)
downloadnixos-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.nix2
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
};