mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix plasma-manager
This commit is contained in:
parent
e30bc681cd
commit
39eabd9c51
17 changed files with 247 additions and 39 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
homepageLocation = "https://duckduckgo.com";
|
||||
defaultSearchProviderSearchURL = "https://duckduckgo.com?q={searchTerms}";
|
||||
extraOpts = {
|
||||
"BrowserSignin" = 0;
|
||||
"BrowserSignin" = 1;
|
||||
"PasswordManagerEnabled" = false;
|
||||
"ExtensionManifestV2Availability" = 2;
|
||||
};
|
||||
extensions = [
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue