mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Browser] Move chromium override to relevant config
This commit is contained in:
parent
96cd99aacb
commit
0e0af2403a
2 changed files with 1 additions and 7 deletions
|
|
@ -52,6 +52,7 @@ in {
|
||||||
aviallon.desktop.browser.firefox.overrides.extraNativeMessengingHosts = [
|
aviallon.desktop.browser.firefox.overrides.extraNativeMessengingHosts = [
|
||||||
vdhcoapp
|
vdhcoapp
|
||||||
];
|
];
|
||||||
|
aviallon.desktop.browser.chromium.overrides.enableWideVine = true;
|
||||||
|
|
||||||
environment.etc = with builtins; let
|
environment.etc = with builtins; let
|
||||||
vdhcoappManifestFile = unsafeDiscardStringContext (readFile "${vdhcoapp}/etc/chromium/native-messaging-hosts/net.downloadhelper.coapp.json");
|
vdhcoappManifestFile = unsafeDiscardStringContext (readFile "${vdhcoapp}/etc/chromium/native-messaging-hosts/net.downloadhelper.coapp.json");
|
||||||
|
|
|
||||||
|
|
@ -55,13 +55,6 @@ in
|
||||||
ark = super.ark.override {
|
ark = super.ark.override {
|
||||||
unfreeEnableUnrar = true;
|
unfreeEnableUnrar = true;
|
||||||
};
|
};
|
||||||
ungoogled-chromium = super.ungoogled-chromium.override {
|
|
||||||
enableWideVine = true;
|
|
||||||
};
|
|
||||||
chromium = super.chromium.override {
|
|
||||||
enableWideVine = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||||
patches = [
|
patches = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue