feat(firefox): implement robust modular newtab logic

Uses a shell-based environment check in tridactylrc to set the newtab URL dynamically, allowing per-profile overrides without hardcoding URLs.
This commit is contained in:
kenji
2026-01-05 15:31:58 -06:00
parent 683ceefae3
commit eec7fe5808
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -7,6 +7,8 @@
...
}: {
inherit id name;
# Note: This profile relies on the global tridactylrc logic in default.nix
# to dynamically set 'newtab' via the TRIDACTYL_NEWTAB environment variable.
search.force = true;
search.default = "ddg";
extensions.force = true;