Enable Video Download helper companion app
This commit is contained in:
parent
8d1023a4a2
commit
7a50d8e8d1
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@ in
|
|||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [ pkgs.tridactyl-native ];
|
||||
nativeMessagingHosts = [
|
||||
pkgs.tridactyl-native
|
||||
pkgs.vdhcoapp
|
||||
];
|
||||
policies = {
|
||||
DisableTelemetry = true;
|
||||
DisableFirefoxStudies = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue