fix(firefox): youtube profile now works

This commit is contained in:
kenji
2025-12-27 23:44:59 -06:00
parent c85cdcf54d
commit 9190eb6281
2 changed files with 59 additions and 3 deletions
+1 -2
View File
@@ -16,6 +16,7 @@
# nativeMessagingHosts = [pkgs.pywalfox-native];
profiles = {
youtube = import ./profiles/youtube.nix {inherit pkgs myConfig;};
hakase = {
search.force = true;
isDefault = true;
@@ -80,8 +81,6 @@
"network.trr.mode" = 2; # Use DoH with system fallback
"network.trr.uri" = "https://dns.quad9.net/dns-query";
};
youtube = import ./profiles/youtube.nix {inherit pkgs myConfig;};
};
};