fix(firefox): youtube profile now works
This commit is contained in:
@@ -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;};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user