From 85082f6f27b1d3fadb709880c3ea3c9904b582d8 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 2 Apr 2024 23:58:32 +0100 Subject: [PATCH] Firefox tweaks --- home.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 507be78a..448f6cd0 100644 --- a/home.nix +++ b/home.nix @@ -172,8 +172,8 @@ }; search = { force = true; - default = "Google"; - order = [ "Google" "DuckDuckGo" ]; + default = "DuckDuckGo"; + order = [ "DuckDuckGo" "Google" ]; engines = { "Nix Packages" = { urls = [{ @@ -212,9 +212,13 @@ url = "https://www.youtube.com/"; } { - name = "NixOS Wiki"; - tags = [ "wiki" "nix" ]; - url = "https://nixos.wiki/"; + name = "Arch Linux"; + tags = [ "news" "wiki" "arch" ]; + url = "https://archlinux.org/"; + } + { + name = "GitHub"; + url = "https://github.com/"; } ]; }