mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
feat(brave): setup brave browser
This commit is contained in:
13
modules/nixos/desktop/brave.nix
Normal file
13
modules/nixos/desktop/brave.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
flake.modules.nixos.desktop = {
|
||||
environment.etc."/brave/policies/managed/brave-policies.json".text = builtins.toJSON {
|
||||
TorDisabled = true;
|
||||
BraveAIChatEnabled = false;
|
||||
BraveRewardsDisabled = true;
|
||||
BraveWalletDisabled = true;
|
||||
BraveVPNDisabled = true;
|
||||
BraveNewsDisabled = true;
|
||||
BraveTalkDisabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user