aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 18:38:59 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 18:38:59 +0100
commit901751c08900342c73536bdb1b2e8a0760b5d41b (patch)
tree9b44d22c5edb7b605b6ec66dfb453e45954a192c /hm/soispha
parentfeat(hm/conf/firefox/config/search): Add nixpkgs pull request tracker search (diff)
downloadnixos-config-901751c08900342c73536bdb1b2e8a0760b5d41b.zip
feat(hm/conf/firefox): Add order of search engines
Diffstat (limited to 'hm/soispha')
-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;
};