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}";
|
||||
};
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"chromium-unwrapped" "chrome-widevine-cdm"
|
||||
"ungoogled-chromium" "chromium" # because of widevine
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
NIXOS_OZONE_WL = mkIf generalCfg.unsafeOptimizations "1";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue