mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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}";
|
"${manifestFile}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
"chromium-unwrapped" "chrome-widevine-cdm"
|
||||||
|
"ungoogled-chromium" "chromium" # because of widevine
|
||||||
|
];
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
NIXOS_OZONE_WL = mkIf generalCfg.unsafeOptimizations "1";
|
NIXOS_OZONE_WL = mkIf generalCfg.unsafeOptimizations "1";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -118,8 +118,6 @@ in
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"unrar" "ark"
|
"unrar" "ark"
|
||||||
"chromium-unwrapped" "chrome-widevine-cdm"
|
|
||||||
"ungoogled-chromium" "chromium" # because of widevine
|
|
||||||
|
|
||||||
"ffmpeg-full" # Because of unfree codecs
|
"ffmpeg-full" # Because of unfree codecs
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue