mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Packages+Overlays] Use ungoogled-chromium instead of chromium
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
c2d8689dc4
commit
bd85fa2566
2 changed files with 6 additions and 4 deletions
|
|
@ -97,8 +97,7 @@ in
|
|||
ark = optimizeForThisHost (super.ark.override {
|
||||
unfreeEnableUnrar = true;
|
||||
});
|
||||
chromium = super.ungoogled-chromium.override {
|
||||
# ungoogled = true;
|
||||
ungoogled-chromium = super.ungoogled-chromium.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
})
|
||||
|
|
@ -109,6 +108,9 @@ in
|
|||
# })
|
||||
];
|
||||
|
||||
aviallon.programs.allowUnfreeList = [ "unrar" "ark" ];
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"unrar" "ark"
|
||||
"chromium-unwrapped" "chrome-widevine-cdm" "ungoogled-chromium" # because of widevine
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue