fix(chromium): build
This commit is contained in:
parent
240e41fd9a
commit
ed6599d68d
2 changed files with 13 additions and 9 deletions
|
|
@ -99,6 +99,19 @@ in
|
|||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extraOpts = {
|
||||
BrowserSigninEnabled = 0;
|
||||
SyncDisabled = true;
|
||||
PasswordManagerEnabled = false;
|
||||
BookmarkBarEnabled = false;
|
||||
DefaultSearchProviderEnabled = true;
|
||||
DefaultSearchProviderName = "DuckDuckGo";
|
||||
DefaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue