mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Browser] Move allow unfree list to browser-specific config
This commit is contained in:
parent
d87a488a7e
commit
792012adaf
2 changed files with 5 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue