fixed chrome and added floorp 2

This commit is contained in:
cnst
2024-07-14 08:20:41 +02:00
parent fbd9f22966
commit bd04200da9
5 changed files with 33 additions and 25 deletions

View File

@@ -0,0 +1,22 @@
{
programs.chromium = {
enable = true;
extraOpts = {
"SyncDisabled" = true;
"PasswordManagerEnabled" = false;
"SpellcheckEnabled" = true;
"SpellcheckLanguage" = [
"se"
"en-US"
];
};
extensions = ''
[
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
"mnjggcdmjocbbbhaepdhchncahnbgone" # sponsorblock
"gebbhagfogifgggkldgodflihgfeippi" # return dislike
"ponfpcnoihfmfllpaingbgckeeldkhle" # enhancer for youtube
]
'';
};
}