Skip to content

Commit

Permalink
librewolf: Remove default search engines
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Sep 6, 2024
1 parent cc5f5de commit 5c4eed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/librewolf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ in
hash = "sha256-luYqjziIpHgIJPbryjFjera3Fdbbj/fO6SNyDbnEZj0=";
};
};

Google.metaData.hidden = true;
Bing.metaData.hidden = true;
DuckDuckGo.metaData.hidden = true;
"Wikipedia (en)".metaData.hidden = true;
};
};

Expand Down

0 comments on commit 5c4eed7

Please sign in to comment.