various fixes
This commit is contained in:
parent
1b256f94ae
commit
9807867573
3 changed files with 25 additions and 5 deletions
|
@ -15,7 +15,7 @@ in
|
|||
config = mkIf cfg.enable
|
||||
{
|
||||
user.packages = attrValues {
|
||||
inherit (pkgs) webcord teamspeak_client;
|
||||
inherit (pkgs) vesktop teamspeak_client whatsapp-for-linux;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,16 +22,31 @@ in {
|
|||
"--enable-features=AcceleratedVideoEncoder"
|
||||
"--ignore-gpu-blocklist"
|
||||
"--enable-zero-copy"
|
||||
"--ozone-platform-hint=auto"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
enablePlasmaBrowserIntegration = true;
|
||||
extensions = [
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh"
|
||||
];
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # UBlock origin
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark reader
|
||||
"nngceckbapebfimnlniiiahkandclblb" # Bitwarden
|
||||
];
|
||||
defaultSearchProviderEnabled = true;
|
||||
defaultSearchProviderSearchURL = "https://duckduckgo.com?q={searchTerms}";
|
||||
extraOpts = {
|
||||
"BrowserSignin" = 0;
|
||||
"SyncDisabled" = true;
|
||||
"PasswordManagerEnabled" = false;
|
||||
"SpellcheckEnabled" = true;
|
||||
"SpellcheckLanguage" = [
|
||||
"nl-NL"
|
||||
"en-GB"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue