mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[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:
parent
8c143ee73d
commit
65249e06a2
2 changed files with 15 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue