[Desktop+Overlays] Add chromium to global packages

Enable Ublock and HTTPS Everywhere by default

Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
Antoine Viallon 2022-03-26 22:18:12 +01:00
parent 8c143ee73d
commit 65249e06a2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 15 additions and 0 deletions

View file

@ -69,6 +69,10 @@ in
ark = optimizeForThisHost (super.ark.override {
unfreeEnableUnrar = true;
});
chromium = super.ungoogled-chromium.override {
# ungoogled = true;
enableWideVine = true;
};
})
# (self: super: {
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {