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
|
|
@ -187,7 +187,7 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; with libsForQt5; [
|
environment.systemPackages = with pkgs; with libsForQt5; [
|
||||||
# firefox
|
# firefox
|
||||||
chromium
|
ungoogled-chromium
|
||||||
konsole
|
konsole
|
||||||
kate
|
kate
|
||||||
yakuake
|
yakuake
|
||||||
|
|
|
||||||
|
|
@ -97,8 +97,7 @@ in
|
||||||
ark = optimizeForThisHost (super.ark.override {
|
ark = optimizeForThisHost (super.ark.override {
|
||||||
unfreeEnableUnrar = true;
|
unfreeEnableUnrar = true;
|
||||||
});
|
});
|
||||||
chromium = super.ungoogled-chromium.override {
|
ungoogled-chromium = super.ungoogled-chromium.override {
|
||||||
# ungoogled = true;
|
|
||||||
enableWideVine = true;
|
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