From bd85fa256603c1efceec11c093e5d6075ec4e491 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sun, 27 Mar 2022 14:45:12 +0200 Subject: [PATCH] [Packages+Overlays] Use ungoogled-chromium instead of chromium Signed-off-by: Antoine Viallon --- desktop.nix | 2 +- overlays.nix | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/desktop.nix b/desktop.nix index b59cb57..f2acf53 100644 --- a/desktop.nix +++ b/desktop.nix @@ -187,7 +187,7 @@ in { environment.systemPackages = with pkgs; with libsForQt5; [ # firefox - chromium + ungoogled-chromium konsole kate yakuake diff --git a/overlays.nix b/overlays.nix index 08f5f97..108ba86 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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 + ]; }; }