feat(firefox): youtube profile

This commit is contained in:
kenji
2025-12-27 23:09:03 -06:00
parent 68da7615ee
commit c85cdcf54d
2 changed files with 65 additions and 0 deletions
+2
View File
@@ -80,6 +80,8 @@
"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;};
};
};