Emacs in a separate flake

This commit is contained in:
Andrea Ciceri 2023-02-13 00:19:56 +01:00
parent f187dd631f
commit ca14b97b1f
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
12 changed files with 117 additions and 1058 deletions

View file

@ -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 = {