firefox: add an option to enable kagi-search extension (disabled by default)

with the extension, kagi auth actually persists across browser restarts -- unlike e.g. cookie-based GH auth

more would surely need to be done to persist that across machine restarts, however
This commit is contained in:
2025-04-29 16:36:46 +00:00
parent fab4a9ea8d
commit a12230e1f8

View File

@@ -44,6 +44,9 @@ in
i-still-dont-care-about-cookies = {
enable = lib.mkDefault false; #< obsoleted by uBlock Origin annoyances/cookies lists
};
kagi-search = {
enable = lib.mkDefault false;
};
# open-in-mpv = {
# # test: `open-in-mpv 'mpv:///open?url=https://www.youtube.com/watch?v=dQw4w9WgXcQ'`
# package = pkgs.firefox-extensions.open-in-mpv;