mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Programs] Use standard chromium
This commit is contained in:
parent
8d1acaca33
commit
44e8fc72ca
1 changed files with 6 additions and 2 deletions
|
|
@ -117,13 +117,17 @@ in
|
|||
ungoogled-chromium = super.ungoogled-chromium.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
chromium = self.ungoogled-chromium;
|
||||
chromium = super.chromium.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
# chromium = self.ungoogled-chromium;
|
||||
})
|
||||
];
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"unrar" "ark"
|
||||
"chromium-unwrapped" "chrome-widevine-cdm" "ungoogled-chromium" # because of widevine
|
||||
"chromium-unwrapped" "chrome-widevine-cdm"
|
||||
"ungoogled-chromium" "chromium" # because of widevine
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue