aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/firefox/default.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/hm/soispha/conf/firefox/default.nix b/hm/soispha/conf/firefox/default.nix
index c42b3f1c..0c929633 100644
--- a/hm/soispha/conf/firefox/default.nix
+++ b/hm/soispha/conf/firefox/default.nix
@@ -25,7 +25,29 @@
search = {
default = "Brave Search";
+ privateDefault = "Brave Search";
force = true;
+ order = [
+ # DEFAULT
+ "Brave Search"
+
+ # NIX
+ "Nix Packages"
+ "Nix Options"
+ "Nixpkgs issues"
+ "Homemanager Options"
+ "NixOS Wiki"
+ "Nixpkgs Pull Request Tracker"
+
+ # RUST
+ "Rust std"
+ "Rust tokio"
+
+ # OTHER
+ "Google Scholar"
+ "Wikipedia"
+ "Arch Wiki"
+ ];
inherit engines;
};