diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index 3277fd239e07babcdc3cf0ffc33145cc1ba00b8b..b7f72ccaf92c30eb3315e340a145343b0424ee95 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -2,45 +2,10 @@ {pkgs, ...}: { programs.firefox = { enable = true; profiles.default = { - search = { - default = "Kagi"; - privateDefault = "DuckDuckGo"; - order = ["Kagi" "DuckDuckGo"]; - force = true; engines = { - "Kagi" = { - definedAliases = ["@k"]; - urls = [ -{pkgs, ...}: { profiles.default = { {pkgs, ...}: { - search = { - params = [ - { - name = "q"; - value = "{searchTerms}"; - programs.firefox = { - ]; - } - ]; - }; - programs.firefox = { search = { - definedAliases = ["@d"]; - urls = [ - { - template = "https://duckduckgo.com/"; - params = [ - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - }; - }; extensions = with pkgs.nur.repos.rycee.firefox-addons; [ bitwarden clearurls @@ -59,9 +24,9 @@ "extensions.pocket.enabled" = false; "browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.pinned" = builtins.toJSON [ + {url = "https://mynixos.com/";} {url = "https://github.com/";} {url = "https://git.jojodev.com/";} - {url = "https://git.jolheiser.com";} ]; "browser.fixup.domainwhitelist.go" = true; # golink }; @@ -122,15 +87,8 @@ url = "http://paste"; } ]; } - { - name = "ugit"; - tags = ["git" "ugit"]; - keyword = "ugit"; - url = "https://git.jolheiser.com"; - } ]; } - # Not in the toolbar, but still usable via keyword/searching { name = "Go Playground"; tags = ["golang"];