This commit is contained in:
2025-11-19 21:06:46 +01:00
parent e6609fd6f4
commit a3b13c47ef
16 changed files with 267 additions and 837 deletions

View File

@@ -5,7 +5,22 @@
{
programs.floorp = {
enable = true;
profiles.${username} = { };
profiles.${username} = {
extensions.force = true;
settings = {
"browser.startup.homepage" = "https://www.cyperpunk.de";
"browser.search.region" = "DE";
"browser.search.isUS" = false;
"general.useragent.locale" = "de-DE";
"browser.bookmarks.showMobileBookmarks" = true;
"browser.newtabpage.pinned" = [
{
title = "Cyperpunk";
url = "https://www.cyperpunk.de/";
}
];
};
};
};
}