Emacs in a separate flake
This commit is contained in:
parent
f187dd631f
commit
ca14b97b1f
12 changed files with 117 additions and 1058 deletions
|
@ -28,7 +28,7 @@
|
|||
];
|
||||
profiles.ccr = {
|
||||
settings = {
|
||||
"browser.startup.homepage" = "https://google.it";
|
||||
"browser.startup.homepage" = "https://search.privatevoid.net/";
|
||||
"browser.search.region" = "IT";
|
||||
"browser.search.isUS" = false;
|
||||
"distribution.searchplugins.defaultLocale" = "it-IT";
|
||||
|
@ -38,6 +38,23 @@
|
|||
"browser.download.lastDir" = "/home/ccr/downloads/";
|
||||
"browser.shell.checkDefaultBrowser" = false;
|
||||
};
|
||||
search.force = true;
|
||||
search.default = "Searx";
|
||||
search.engines = {
|
||||
"Searx" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://search.privatevoid.net/search";
|
||||
params = [
|
||||
{
|
||||
name = "q";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue