This commit is contained in:
illustris
2022-03-17 00:47:52 +05:30
parent c870f10166
commit dd0d51a451
6 changed files with 26 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{ ... }:
{ pkgs, ... }:
{
config.programs.chromium = {
programs.chromium = {
enable = true;
extensions = [
"gcbommkclmclpchllfjekcdonpmejbdp" # https everywhere
@@ -23,4 +23,7 @@
DefaultCookiesSetting = 1;
};
};
environment.systemPackages = with pkgs; [
ungoogled-chromium
];
}