[Desktop/Browser] Move allow unfree list to browser-specific config

This commit is contained in:
Antoine Viallon 2023-05-22 01:09:30 +02:00
parent d87a488a7e
commit 792012adaf
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 5 additions and 2 deletions

View file

@ -66,6 +66,11 @@ in {
"${manifestFile}";
};
aviallon.programs.allowUnfreeList = [
"chromium-unwrapped" "chrome-widevine-cdm"
"ungoogled-chromium" "chromium" # because of widevine
];
environment.variables = {
NIXOS_OZONE_WL = mkIf generalCfg.unsafeOptimizations "1";
};

View file

@ -118,8 +118,6 @@ in
aviallon.programs.allowUnfreeList = [
"unrar" "ark"
"chromium-unwrapped" "chrome-widevine-cdm"
"ungoogled-chromium" "chromium" # because of widevine
"ffmpeg-full" # Because of unfree codecs
];