Update nixos/modules/programs/chromium.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Yisrael Dov Lebow 2021-07-06 18:16:57 +03:00 committed by GitHub
parent de7e937481
commit 98aa1c7e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,5 @@ in
# for brave
environment.etc."brave/policies/managed/default.json".text = builtins.toJSON defaultProfile;
environment.etc."brave/policies/managed/extra.json".text = builtins.toJSON cfg.extraOpts;
};
}