mirror of
https://github.com/iesfdlr/lab.git
synced 2026-06-06 01:16:49 +00:00
feat: chromium configuration
This commit is contained in:
@@ -176,7 +176,6 @@ in
|
||||
gh
|
||||
vim
|
||||
vscode
|
||||
chromium
|
||||
jetbrains.pycharm
|
||||
jetbrains.datagrip
|
||||
kdePackages.kdenlive
|
||||
@@ -253,6 +252,17 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh;https://clients2.google.com/service/update2/crx"
|
||||
];
|
||||
extraOpts = {
|
||||
# force incognito mode, source: https://chromeenterprise.google/policies/#IncognitoModeAvailability
|
||||
IncognitoModeAvailability = 2;
|
||||
};
|
||||
};
|
||||
|
||||
# sudo configuration
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user