fix(chromium): build

This commit is contained in:
Barrett Ruth 2026-03-06 20:58:23 -05:00
parent 240e41fd9a
commit ed6599d68d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 13 additions and 9 deletions

View file

@ -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 = {