va a ciapa i ratt

This commit is contained in:
Andrea Ciceri 2023-06-16 10:07:37 +02:00
parent fac91af11a
commit 8346c9f02c
No known key found for this signature in database
43 changed files with 909 additions and 446 deletions

View file

@ -28,7 +28,7 @@
# fx_cast # TODO make PR to rycee NUR repo
];
settings = {
"browser.startup.homepage" = "https://google.com";
"browser.startup.homepage" = "https://google.it";
"browser.search.region" = "IT";
"browser.search.isUS" = false;
"distribution.searchplugins.defaultLocale" = "it-IT";
@ -54,6 +54,19 @@
}
];
};
"Google IT" = {
urls = [
{
template = "https://www.google.it/search";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
};
};
};