I should commit more frequently

This commit is contained in:
Andrea Ciceri 2023-12-07 23:07:36 +01:00
parent aa8003f5b4
commit e82241b8b0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
70 changed files with 1091 additions and 2018 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
username,
...
}: {
programs.firefox = {
enable = true;
package =
@ -9,19 +13,14 @@
})
.override {
cfg = {
enableTridactylNative = true;
enableBrowserpass = true;
enableFXCastBridge = pkgs.system == "x86_64-linux";
nativeMessagingHosts.packages = [pkgs.trydactyl-native pkgs.fs-cast-bridge];
};
};
profiles.ccr = {
profiles.${username} = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
privacy-badger
ublock-origin
tridactyl
browserpass
# bypass-paywalls-clean
ghosttext # or edit-with-emacs?
];
settings = {
"browser.startup.homepage" = "https://google.it";
@ -31,29 +30,15 @@
"general.useragent.locale" = "it-IT";
"browser.bookmarks.showMobileBookmarks" = true;
"browser.download.folderList" = 2;
"browser.download.lastDir" = "/home/ccr/downloads/";
"browser.download.lastDir" = "/home/${username}/Downloads/";
"browser.shell.checkDefaultBrowser" = false;
};
search.force = true;
search.default = "Google";
search.engines = {
"Searx" = {
urls = [
{
template = "https://search.privatevoid.net/search";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
"Google IT" = {
urls = [
{
template = "https://www.google.it/search";
template = "https://search.aciceri.dev/search";
params = [
{
name = "q";